@CatalogedBy(value=BiomeTypes.class) public interface BiomeType extends CatalogType
| Modifier and Type | Method and Description |
|---|---|
BiomeGenerationSettings |
createDefaultGenerationSettings(World world)
Gets the default generation settings of this biome for the given world.
|
double |
getHumidity()
Gets the humidity of this biome.
|
double |
getTemperature()
Gets the temperature of this biome.
|
getId, getNamedouble getTemperature()
double getHumidity()
BiomeGenerationSettings createDefaultGenerationSettings(World world)
world - The world the settings are being made for