Uses of Class
net.risingworld.api.objects.Item.ObjectItem
-
Uses of Item.ObjectItem in net.risingworld.api.objects
Modifier and TypeMethodDescriptionInventory.addObjectItem
(short objectID, int variant, int stack) Creates and adds a new object item to the inventory, i.e an item that represents an object (like furniture).Storage.addObjectItem
(short objectID, int variant, int stack) Creates and adds a new object item to the storage, i.e an item that represents an object (like furniture).Inventory.addObjectItemToSlot
(short objectID, int variant, int stack, int slot, Inventory.SlotType slotType) Creates and adds a new object item to the inventory, i.e an item that represents an object (like furniture).Storage.addObjectItemToSlot
(short objectID, int variant, int stack, int slot) Creates and adds a new object item to the storage, i.e an item that represents an object (like furniture).