Verwendungen von Klasse
net.risingworld.api.definitions.Items.ItemDefinition
-
Verwendungen von Items.ItemDefinition in net.risingworld.api.definitions
Modifizierer und TypFeldBeschreibungItems.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.Modifizierer und TypMethodeBeschreibungstatic 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!Modifizierer und TypMethodeBeschreibungstatic Items.ItemInfo
Definitions.getItemInfo
(Items.ItemDefinition itemDefinition, Items.ItemInfoType type) -
Verwendungen von Items.ItemDefinition in net.risingworld.api.objects
Modifizierer und TypMethodeBeschreibungItem.getDefinition()
Gets the item definition of this item.WorldItem.getDefinition()
Gets the item definition of this item.