Uses of Enum Class
net.risingworld.api.definitions.Items.Category
Packages that use Items.Category
-
Uses of Items.Category in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Items.CategoryModifier and TypeFieldDescriptionItems.ItemDefinition.category
Item category (e.g tool, medical, weapon etc)Methods in net.risingworld.api.definitions that return Items.CategoryModifier and TypeMethodDescriptionstatic Items.Category
Items.Category.get
(int value) static Items.Category
Returns the enum constant of this class with the specified name.static Items.Category[]
Items.Category.values()
Returns an array containing the constants of this enum class, in the order they are declared.