public interface IBiome
Modifier and Type | Method and Description |
---|---|
float |
getBaseHeight() |
boolean |
getCanRain() |
float |
getHeightVariation() |
boolean |
getIgnorePlayerSpawnSuitability() |
boolean |
getIsHighHumidity() |
java.lang.String |
getName() |
float |
getRainfall() |
float |
getSpawningChance() |
float |
getTemperature() |
int |
getWaterColorMultiplier() |
boolean |
isSnowyBiome() |
java.lang.String getName()
boolean getCanRain()
boolean isSnowyBiome()
boolean getIsHighHumidity()
float getSpawningChance()
float getBaseHeight()
float getRainfall()
int getWaterColorMultiplier()
boolean getIgnorePlayerSpawnSuitability()
float getHeightVariation()
float getTemperature()