Uses of Enum Class
net.risingworld.api.objects.Player.State
Packages that use Player.State
-
Uses of Player.State in net.risingworld.api.events.player
Methods in net.risingworld.api.events.player that return Player.StateModifier and TypeMethodDescriptionPlayerChangeStateEvent.getNewState()
Gets the new player state.PlayerChangeStateEvent.getOldState()
Gets the old player state. -
Uses of Player.State in net.risingworld.api.objects
Methods in net.risingworld.api.objects that return Player.StateModifier 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.