Interface Biome
Represents a biome.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
humidity()
Gets the humidity of this biome.double
Gets the temperature of this biome.
-
Method Details
-
temperature
double temperature()Gets the temperature of this biome.- Returns:
- The temperature
-
humidity
double humidity()Gets the humidity of this biome.- Returns:
- The humidity
-