Uses of Enum Class
net.risingworld.api.definitions.Biomes.Steepness
Packages that use Biomes.Steepness
-
Uses of Biomes.Steepness in net.risingworld.api.definitions
Subclasses with type arguments of type Biomes.Steepness in net.risingworld.api.definitionsFields in net.risingworld.api.definitions declared as Biomes.SteepnessModifier and TypeFieldDescriptionBiomes.Region.steepnessesBiomes.Region.terrainSupported terrain types in this regionMethods in net.risingworld.api.definitions that return Biomes.SteepnessModifier and TypeMethodDescriptionstatic Biomes.SteepnessBiomes.Steepness.get(int value) static Biomes.SteepnessReturns the enum constant of this class with the specified name.static Biomes.Steepness[]Biomes.Steepness.values()Returns an array containing the constants of this enum class, in the order they are declared.