Uses of Class
net.risingworld.api.utils.ItemData
Packages that use ItemData
-
Uses of ItemData in net.risingworld.api.objects
Methods in net.risingworld.api.objects with parameters of type ItemDataModifier and TypeMethodDescriptionCreates and adds a new item to the inventory.Inventory.addItemToSlot(ItemData itemData, int stack, int slot, Inventory.SlotType slotType) Creates and adds a new item to the inventory.Method parameters in net.risingworld.api.objects with type arguments of type ItemDataModifier and TypeMethodDescriptionvoidPlayer.showItemSelectionMenu(boolean showItems, boolean showClothes, boolean showObjects, boolean hideLockedItems, Callback<ItemData> callback) Brings up the item selection menu (i.e the overview of all items/objects/clothes).