public abstract class MixinBiomeGenBase extends Object implements org.spongepowered.api.world.biome.BiomeType
Modifier and Type | Field and Description |
---|---|
String |
biomeName |
float |
maxHeight |
float |
minHeight |
float |
rainfall |
float |
temperature |
Constructor and Description |
---|
MixinBiomeGenBase() |
Modifier and Type | Method and Description |
---|---|
double |
getHumidity() |
float |
getMaxHeight() |
float |
getMinHeight() |
String |
getName() |
List<org.spongepowered.api.world.gen.Populator> |
getPopulators() |
double |
getTemperature() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public String biomeName
public float temperature
public float rainfall
public float minHeight
public float maxHeight
public String getName()
getName
in interface org.spongepowered.api.CatalogType
public double getTemperature()
getTemperature
in interface org.spongepowered.api.world.biome.BiomeType
public double getHumidity()
getHumidity
in interface org.spongepowered.api.world.biome.BiomeType
public float getMinHeight()
getMinHeight
in interface org.spongepowered.api.world.biome.BiomeType
public float getMaxHeight()
getMaxHeight
in interface org.spongepowered.api.world.biome.BiomeType
public List<org.spongepowered.api.world.gen.Populator> getPopulators()
getPopulators
in interface org.spongepowered.api.world.biome.BiomeType