Uses of Enum Class
net.risingworld.api.definitions.Biomes.Terrain
Packages that use Biomes.Terrain
-
Uses of Biomes.Terrain in net.risingworld.api.definitions
Subclasses with type arguments of type Biomes.Terrain in net.risingworld.api.definitionsFields in net.risingworld.api.definitions declared as Biomes.TerrainModifier and TypeFieldDescriptionBiomes.Biome.coasttextureID for coast / beachesBiomes.Biome.deepstonetextureID for deep underground stoneBiomes.Biome.dirttextureID for dirtBiomes.Biome.grasstextureID for grass.Biomes.Biome.groundnoisedirtGround noise soil texture (i.e.Biomes.Biome.groundnoisedirt2Secondary ground noise soil texture (i.e.Biomes.Biome.groundnoisegrassGround noise grass texture (i.e.Biomes.Biome.groundnoisegrass2Secondary ground noise grass texture (i.e.Biomes.Biome.groundnoiserockGround noise rock texture (i.e.Biomes.Biome.groundnoiserock2Secondary ground noise rock texture (i.e.Biomes.Biome.rocktextureID for exposed stone, i.e.Biomes.Biome.stonetextureID for underground stone (below surface)Biomes.Biome.underwatertextureID for underwater area (not sea ground which is always a fixed texture!)Biomes.Biome.watertextureID for water inside this biome (does not apply to ocean!)Methods in net.risingworld.api.definitions that return Biomes.TerrainModifier and TypeMethodDescriptionstatic Biomes.TerrainBiomes.Terrain.get(int value) static Biomes.TerrainReturns the enum constant of this class with the specified name.static Biomes.Terrain[]Biomes.Terrain.values()Returns an array containing the constants of this enum class, in the order they are declared.