Uses of Enum Class
net.risingworld.api.definitions.Items.Material
-
Uses of Items.Material in net.risingworld.api.definitions
Modifier and TypeFieldDescriptionItems.ItemDefinition.material
Item material (i.e the material this item consists of, e.g stone, metal, wood etc)Modifier and TypeMethodDescriptionstatic Items.Material
Items.Material.get
(int value) static Items.Material
Returns the enum constant of this class with the specified name.static Items.Material[]
Items.Material.values()
Returns an array containing the constants of this enum class, in the order they are declared.