public class MCBiome
extends java.lang.Object
implements crafttweaker.api.world.IBiome
Constructor and Description |
---|
MCBiome(net.minecraft.world.biome.Biome biome) |
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<crafttweaker.api.world.IBiomeType> |
getTypes() |
int |
getWaterColorMultiplier() |
boolean |
isSnowyBiome() |
public java.lang.String getId()
getId
in interface crafttweaker.api.world.IBiome
public java.lang.String getName()
getName
in interface crafttweaker.api.world.IBiome
public boolean getCanRain()
getCanRain
in interface crafttweaker.api.world.IBiome
public boolean isSnowyBiome()
isSnowyBiome
in interface crafttweaker.api.world.IBiome
public boolean getIsHighHumidity()
getIsHighHumidity
in interface crafttweaker.api.world.IBiome
public float getSpawningChance()
getSpawningChance
in interface crafttweaker.api.world.IBiome
public float getBaseHeight()
getBaseHeight
in interface crafttweaker.api.world.IBiome
public float getRainfall()
getRainfall
in interface crafttweaker.api.world.IBiome
public int getWaterColorMultiplier()
getWaterColorMultiplier
in interface crafttweaker.api.world.IBiome
public boolean getIgnorePlayerSpawnSuitability()
getIgnorePlayerSpawnSuitability
in interface crafttweaker.api.world.IBiome
public float getHeightVariation()
getHeightVariation
in interface crafttweaker.api.world.IBiome
public float getTemperature()
getTemperature
in interface crafttweaker.api.world.IBiome
public java.util.List<crafttweaker.api.world.IBiomeType> getTypes()
getTypes
in interface crafttweaker.api.world.IBiome