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