Interface IElevatorEventData


  • public interface IElevatorEventData
    • Method Detail

      • getPlayer

        org.bukkit.entity.Player getPlayer()
      • getOrigin

        @Nullable
        @Nullable IElevator getOrigin()
      • getDestination

        @Nullable
        @Nullable IElevator getDestination()
      • getDirection

        byte getDirection()
      • getStandOnAddition

        double getStandOnAddition()