Uses of Class
net.risingworld.api.definitions.Items.ItemDefinition
-
Uses of Items.ItemDefinition in net.risingworld.api.definitions
Modifier and TypeFieldDescriptionItems.ItemDefinition.Variant.item
Crafting.Recipe.Ingredient.itemDef
Definition of the related item.Crafting.Recipe.itemDef
Target item definition.Npcs.NpcDefinition.NpcFeedingInfo.itemDef
Related item definitionNpcs.NpcDefinition.NpcLootInfo.itemDef
Related item definitionItems.ItemInfo.itemdefinition
Definition of the affected itemVehicles.VehicleComponent.relateditem
Item that represents this componentItems.ItemInfo.targetitem
If this item should transform into another item, this is the definition of the target item.Modifier and TypeMethodDescriptionstatic Items.ItemDefinition[]
Definitions.getAllItemDefinitions()
Gets an array containing all item definitions of the game.static Items.ItemDefinition
Definitions.getItemDefinition
(int id) Gets an item definition by id.static Items.ItemDefinition
Definitions.getItemDefinition
(String name) Gets an item definition by name, using the internal name (e.g "pickaxe"), not the localized name!Modifier and TypeMethodDescriptionstatic Items.ItemInfo
Definitions.getItemInfo
(Items.ItemDefinition itemDefinition, Items.ItemInfoType type) -
Uses of Items.ItemDefinition in net.risingworld.api.objects
Modifier and TypeMethodDescriptionItem.getDefinition()
Gets the item definition of this item.WorldItem.getDefinition()
Gets the item definition of this item.