Interface Biome
-
@CatalogedBy(Biomes.class) public interface Biome
Represents a biome.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
humidity()
Gets the humidity of this biome.double
temperature()
Gets the temperature of this biome.
-