Class PlayerTakeOffClothesEvent
java.lang.Object
net.risingworld.api.events.Event
net.risingworld.api.events.player.PlayerEvent
net.risingworld.api.events.player.PlayerTakeOffClothesEvent
Called when a player takes off on a garment.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionshort
Gets the ID of the clothing piece the player wants to take off.Methods inherited from class net.risingworld.api.events.player.PlayerEvent
getPlayer
-
Method Details
-
getClothingID
public short getClothingID()Gets the ID of the clothing piece the player wants to take off.- Returns:
- the ID of the clothing piece the player takes off.
-