Package net.risingworld.api.definitions
Klasse Crafting.CraftingRequirement.Requirement
java.lang.Object
net.risingworld.api.definitions.Crafting.CraftingRequirement.Requirement
- Umschließende Klasse:
Crafting.CraftingRequirement
-
Verschachtelte Klassen - Übersicht
-
Feldübersicht
Modifizierer und TypFeldBeschreibungint
Amount of required items/objectsOptional group of the related item.Name of the required item/objectItem type -
Methodenübersicht
-
Felddetails
-
type
Item type -
item
Name of the required item/object -
group
Optional group of the related item. Only relevant if type is Item. item field is null then. DO NOT USE FLAGS HERE! -
count
public int countAmount of required items/objects
-