Uses of Enum Class
net.risingworld.api.definitions.Plants.TerrainMaterialType
Packages that use Plants.TerrainMaterialType
-
Uses of Plants.TerrainMaterialType in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Plants.TerrainMaterialTypeModifier and TypeFieldDescriptionPlants.PlantDefinition.spawngroundtypes
Array of all terrain material types this plant can naturally spawn onMethods in net.risingworld.api.definitions that return Plants.TerrainMaterialTypeModifier and TypeMethodDescriptionstatic Plants.TerrainMaterialType
Plants.TerrainMaterialType.get
(int value) static Plants.TerrainMaterialType
Returns the enum constant of this class with the specified name.static Plants.TerrainMaterialType[]
Plants.TerrainMaterialType.values()
Returns an array containing the constants of this enum class, in the order they are declared.