Interface IElevatorActionExecuteContext
-
public interface IElevatorActionExecuteContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IElevatorActiongetAction()IElevatorEventDatagetEventData()org.bukkit.entity.PlayergetPlayer()<T> TgetVariable(java.lang.String alias)
-
-
-
Method Detail
-
getVariable
<T> T getVariable(java.lang.String alias)
-
getAction
IElevatorAction getAction()
-
getEventData
IElevatorEventData getEventData()
-
getPlayer
org.bukkit.entity.Player getPlayer()
-
-