Uses of Class
net.risingworld.api.definitions.Items.ItemInfo
-
Uses of Items.ItemInfo in net.risingworld.api.definitions
Modifier and TypeFieldDescriptionItems.ItemDefinition.itemInfos
All item infos related to this item.Modifier and TypeMethodDescriptionstatic Items.ItemInfo[]
Definitions.getAllItemInfos()
Gets an array containing all item info definitions of the game.static Items.ItemInfo
Definitions.getItemInfo
(String name, Items.ItemInfoType type) static Items.ItemInfo
Definitions.getItemInfo
(Items.ItemDefinition itemDefinition, Items.ItemInfoType type) -
Uses of Items.ItemInfo in net.risingworld.api.objects
Modifier and TypeMethodDescriptionWorldItem.getInfoDefinition()
Only relevant if this item is processed by a meta object: Gets the item info definition of this item if it's processed by the meta object.