public final class BiomeClimateData
extends java.lang.Object
| Constructor and Description |
|---|
BiomeClimateData(float temperature,
float downfall,
float redSporeDensity,
float blueSporeDensity,
float ashDensity,
float whiteAshDensity,
float snowAccumulationMin,
float snowAccumulationMax) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
float |
getAshDensity()
Deprecated.
|
float |
getBlueSporeDensity()
Deprecated.
|
float |
getDownfall() |
float |
getRedSporeDensity()
Deprecated.
|
float |
getSnowAccumulationMax() |
float |
getSnowAccumulationMin() |
float |
getTemperature() |
float |
getWhiteAshDensity()
Deprecated.
|
int |
hashCode() |
java.lang.String |
toString() |
public BiomeClimateData(float temperature,
float downfall,
float redSporeDensity,
float blueSporeDensity,
float ashDensity,
float whiteAshDensity,
float snowAccumulationMin,
float snowAccumulationMax)
public float getTemperature()
public float getDownfall()
@Deprecated public float getRedSporeDensity()
@Deprecated public float getBlueSporeDensity()
@Deprecated public float getAshDensity()
@Deprecated public float getWhiteAshDensity()
public float getSnowAccumulationMin()
public float getSnowAccumulationMax()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object