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.typeType of this consumable (i.e is this food, water etc?)Methods in net.risingworld.api.definitions that return Items.ConsumeTypeModifier and TypeMethodDescriptionstatic Items.ConsumeTypeItems.ConsumeType.get(int value) static Items.ConsumeTypeReturns 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.