Uses of Enum Class
net.risingworld.api.definitions.Items.ItemInfoType
Packages that use Items.ItemInfoType
Package
Description
-
Uses of Items.ItemInfoType in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Items.ItemInfoTypeModifier 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 typeMethods in net.risingworld.api.definitions that return Items.ItemInfoTypeModifier 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.Methods in net.risingworld.api.definitions with parameters of type Items.ItemInfoTypeModifier 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
Methods in net.risingworld.api.events.player that return Items.ItemInfoType -
Uses of Items.ItemInfoType in net.risingworld.api.events.world
Methods in net.risingworld.api.events.world that return Items.ItemInfoTypeModifier and TypeMethodDescriptionItemTransformEvent.getProcessingType()
Gets the processing type (related to the meta object processing this item), i.e how the item was processed.