Uses of Class
net.risingworld.api.definitions.Items.ItemInfo
Packages that use Items.ItemInfo
-
Uses of Items.ItemInfo in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Items.ItemInfoModifier and TypeFieldDescriptionItems.ItemDefinition.itemInfos
All item infos related to this item.Methods in net.risingworld.api.definitions that return Items.ItemInfoModifier 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
Methods in net.risingworld.api.objects that return Items.ItemInfoModifier 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.