Uses of Enum Class
net.risingworld.api.definitions.Items.ConsumeType
Packages that use Items.ConsumeType
-
Uses of Items.ConsumeType in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Items.ConsumeTypeModifier and TypeFieldDescriptionItems.ConsumeInfo.type
Type of this consumable (i.e is this food, water etc?)Methods in net.risingworld.api.definitions that return Items.ConsumeTypeModifier and TypeMethodDescriptionstatic Items.ConsumeType
Items.ConsumeType.get
(int value) static Items.ConsumeType
Returns the enum constant of this class with the specified name.static Items.ConsumeType[]
Items.ConsumeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.