public interface BlacklistEvent
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCauseName()
Get the cause name, which is usually the player name.
|
java.lang.String |
getDescription()
Get a short description such as "break" or "destroy with."
|
EventType |
getEventType()
Get the event type.
|
com.sk89q.worldedit.math.BlockVector3 |
getLoggedPosition()
Get the position that should be logged.
|
java.lang.String |
getLoggerMessage()
Get a message for logger outputs.
|
LocalPlayer |
getPlayer()
Get the player.
|
com.sk89q.worldedit.math.BlockVector3 |
getPosition()
Get the position.
|
Target |
getTarget()
Get the item type.
|
@Nullable LocalPlayer getPlayer()
java.lang.String getCauseName()
com.sk89q.worldedit.math.BlockVector3 getPosition()
com.sk89q.worldedit.math.BlockVector3 getLoggedPosition()
Target getTarget()
java.lang.String getDescription()
java.lang.String getLoggerMessage()
EventType getEventType()