Package net.risingworld.api.objects
Klasse Item.ClothingItem
java.lang.Object
net.risingworld.api.objects.Item
net.risingworld.api.objects.Item.ClothingItem
- Umschließende Klasse:
Item
Represents a clothing item in the inventory of a player or in a storage box.
This is any type of clothes (or headgear or accessory). Most clothing items are represented by a generic "clothingitem", so they have the same item type ID, but only a different clothing ID (see
This is any type of clothes (or headgear or accessory). Most clothing items are represented by a generic "clothingitem", so they have the same item type ID, but only a different clothing ID (see
getClothingID()
)-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen net.risingworld.api.objects.Item
Item.BlueprintItem, Item.ClothingItem, Item.ConstructionItem, Item.ObjectItem
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the definition of the clothing garment that is represented by this item.short
Gets the name of the clothing garment that is represented by this item.long
Von Klasse geerbte Methoden net.risingworld.api.objects.Item
destroy, equals, getDefinition, getDurability, getMaxStackSize, getModifier, getName, getStack, getStatus, getTypeID, getValue, getVariant, hashCode, isValid, setDurability, setModifier, setStack, setStatus, setValue
-
Methodendetails
-
getClothingID
public short getClothingID() -
getClothingName
Gets the name of the clothing garment that is represented by this item.- Gibt zurück:
- the internal name of the garment.
-
getClothingDefinition
Gets the definition of the clothing garment that is represented by this item.- Gibt zurück:
- the clothing definition.
-
getInfoID
public long getInfoID()
-