Uses of Class
net.risingworld.api.definitions.Items.ItemDefinition
Packages that use Items.ItemDefinition
-
Uses of Items.ItemDefinition in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Items.ItemDefinitionModifier 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.Methods in net.risingworld.api.definitions that return Items.ItemDefinitionModifier 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!Methods in net.risingworld.api.definitions with parameters of type Items.ItemDefinitionModifier and TypeMethodDescriptionstatic Items.ItemInfo
Definitions.getItemInfo
(Items.ItemDefinition itemDefinition, Items.ItemInfoType type) -
Uses of Items.ItemDefinition in net.risingworld.api.objects
Methods in net.risingworld.api.objects that return Items.ItemDefinitionModifier and TypeMethodDescriptionItem.getDefinition()
Gets the item definition of this item.WorldItem.getDefinition()
Gets the item definition of this item.