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