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.spawngroundtypesArray of all terrain material types this plant can naturally spawn onMethods in net.risingworld.api.definitions that return Plants.TerrainMaterialTypeModifier and TypeMethodDescriptionstatic Plants.TerrainMaterialTypePlants.TerrainMaterialType.get(int value) static Plants.TerrainMaterialTypeReturns 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.