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.processingtypeThe item processing type (i.e how does the object process the items exactly, e.g smelt them, crush them etc?)Items.ItemInfo.typeItem info typeMethods in net.risingworld.api.definitions that return Items.ItemInfoTypeModifier and TypeMethodDescriptionstatic Items.ItemInfoTypeItems.ItemInfoType.get(int value) static Items.ItemInfoTypeReturns 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.ItemInfoDefinitions.getItemInfo(String name, Items.ItemInfoType type) static Items.ItemInfoDefinitions.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.