Klasse PlayerChangeStateEvent
java.lang.Object
net.risingworld.api.events.Event
net.risingworld.api.events.player.PlayerEvent
net.risingworld.api.events.player.PlayerChangeStateEvent
Called when a player changes this state. For example, this happens if a player
starts swimming, goes to bed or sits on a chair.
-
Feldübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the new player state.Gets the old player state.Von Klasse geerbte Methoden net.risingworld.api.events.player.PlayerEvent
getPlayer
-
Methodendetails
-
getOldState
Gets the old player state.- Gibt zurück:
- the old player state.
-
getNewState
Gets the new player state.- Gibt zurück:
- the new player state.
-