Uses of Class
net.risingworld.api.objects.Item.ClothingItem
Packages that use Item.ClothingItem
-
Uses of Item.ClothingItem in net.risingworld.api.objects
Methods in net.risingworld.api.objects that return Item.ClothingItemModifier and TypeMethodDescriptionInventory.addClothingItem
(short clothingID, int variant, int stack, int color, long infoID) Creates and adds a new clothing item to the inventory.Storage.addClothingItem
(short clothingID, int variant, int stack, int color, long infoID) Creates and adds a new clothing item to the storage.Inventory.addClothingItemToSlot
(short clothingID, int variant, int stack, int color, long infoID, int slot, Inventory.SlotType slotType) Creates and adds a new clothing item to the inventory.Storage.addClothingItemToSlot
(short clothingID, int variant, int stack, int color, long infoID, int slot) Creates and adds a new clothing item to the storage.