Klasse 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.
-
Feldübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungshort
Gets the ID of the clothing piece the player wants to put on.Von Klasse geerbte Methoden net.risingworld.api.events.player.PlayerEvent
getPlayer
-
Methodendetails
-
getClothingID
public short getClothingID()Gets the ID of the clothing piece the player wants to put on.- Gibt zurück:
- the ID of the clothing piece the player wants to wear.
-