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.itemCrafting.Recipe.Ingredient.itemDefDefinition of the related item.Crafting.Recipe.itemDefTarget item definition.Npcs.NpcDefinition.NpcFeedingInfo.itemDefRelated item definitionNpcs.NpcDefinition.NpcLootInfo.itemDefRelated item definitionItems.ItemInfo.itemdefinitionDefinition of the affected itemVehicles.VehicleComponent.relateditemItem that represents this componentItems.ItemInfo.targetitemIf 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.ItemDefinitionDefinitions.getItemDefinition(int id) Gets an item definition by id.static Items.ItemDefinitionDefinitions.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.ItemInfoDefinitions.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.