Uses of Enum Class
net.risingworld.api.objects.Player.State
-
Uses of Player.State in net.risingworld.api.events.player
Modifier and TypeMethodDescriptionPlayerChangeStateEvent.getNewState()
Gets the new player state.PlayerChangeStateEvent.getOldState()
Gets the old player state. -
Uses of Player.State in net.risingworld.api.objects
Modifier and TypeMethodDescriptionstatic Player.State
Player.State.get
(int ordinal) Player.getState()
Gets the current player state (determines if player is currently sitting, lying etc).static Player.State
Returns the enum constant of this class with the specified name.static Player.State[]
Player.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.