Uses of Enum Class
net.risingworld.api.definitions.Items.ItemInfoType
Package
Description
-
Uses of Items.ItemInfoType in net.risingworld.api.definitions
Modifier and TypeFieldDescriptionObjects.ObjectInfoDefinition.processingtype
The item processing type (i.e how does the object process the items exactly, e.g smelt them, crush them etc?)Items.ItemInfo.type
Item info typeModifier and TypeMethodDescriptionstatic Items.ItemInfoType
Items.ItemInfoType.get
(int value) static Items.ItemInfoType
Returns the enum constant of this class with the specified name.static Items.ItemInfoType[]
Items.ItemInfoType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Items.ItemInfo
Definitions.getItemInfo
(String name, Items.ItemInfoType type) static Items.ItemInfo
Definitions.getItemInfo
(Items.ItemDefinition itemDefinition, Items.ItemInfoType type) -
Uses of Items.ItemInfoType in net.risingworld.api.events.player
-
Uses of Items.ItemInfoType in net.risingworld.api.events.world
Modifier and TypeMethodDescriptionItemTransformEvent.getProcessingType()
Gets the processing type (related to the meta object processing this item), i.e how the item was processed.