Class PlayerWearClothesEvent
java.lang.Object
net.risingworld.api.events.Event
net.risingworld.api.events.player.PlayerEvent
net.risingworld.api.events.player.PlayerWearClothesEvent
Called when a player puts on a garment.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionshort
Gets the ID of the clothing piece the player wants to put on.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 put on.- Returns:
- the ID of the clothing piece the player wants to wear.
-