Interface Biome
Represents a biome.
-
Method Summary
Modifier and TypeMethodDescriptiondoublehumidity()Gets the humidity of this biome.doubleGets 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
-