Package me.keehl.elevators.api.models
Interface IElevatorEventData
-
public interface IElevatorEventData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable IElevatorgetDestination()bytegetDirection()IElevatorgetElevatorFromExecutionMode(ExecutionMode executionMode)IElevatorTypegetElevatorType()@Nullable IElevatorgetOrigin()org.bukkit.entity.PlayergetPlayer()doublegetStandOnAddition()
-
-
-
Method Detail
-
getPlayer
org.bukkit.entity.Player getPlayer()
-
getOrigin
@Nullable @Nullable IElevator getOrigin()
-
getDestination
@Nullable @Nullable IElevator getDestination()
-
getElevatorType
IElevatorType getElevatorType()
-
getDirection
byte getDirection()
-
getStandOnAddition
double getStandOnAddition()
-
getElevatorFromExecutionMode
IElevator getElevatorFromExecutionMode(ExecutionMode executionMode)
-
-