Verwendungen von Klasse
net.risingworld.api.objects.Item.ConstructionItem
-
Verwendungen von Item.ConstructionItem in net.risingworld.api.objects
Modifizierer und TypMethodeBeschreibungInventory.addConstructionItem
(byte constructionID, int texture, int stack, int color) Creates and adds a new construction item to the inventory (e.g a block, window frame etc).Storage.addConstructionItem
(byte constructionID, int texture, int stack, int color) Creates and adds a new construction item to the storage (e.g a block, window frame etc).Inventory.addConstructionItemToSlot
(byte constructionID, int texture, int stack, int color, int slot, Inventory.SlotType slotType) Creates and adds a new construction item to the inventory (e.g a block, window frame etc).Storage.addConstructionItemToSlot
(byte constructionID, int texture, int stack, int color, int slot) Creates and adds a new construction item to the storage (e.g a block, window frame etc).