Uses of Enum Class
net.risingworld.api.definitions.Objects.Material
Packages that use Objects.Material
-
Uses of Objects.Material in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Objects.MaterialModifier and TypeFieldDescriptionObjects.ObjectDefinition.material
Object material (i.e material this element mostly consists of, e.g wood, metal etc)Methods in net.risingworld.api.definitions that return Objects.MaterialModifier and TypeMethodDescriptionstatic Objects.Material
Objects.Material.get
(int value) static Objects.Material
Returns the enum constant of this class with the specified name.static Objects.Material[]
Objects.Material.values()
Returns an array containing the constants of this enum class, in the order they are declared.