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 |
|---|---|
boolean |
equals(java.lang.Object o) |
float |
getBaseHeight() |
boolean |
getCanRain() |
float |
getHeightVariation() |
java.lang.String |
getId() |
boolean |
getIgnorePlayerSpawnSuitability() |
net.minecraft.world.biome.Biome |
getInternal() |
boolean |
getIsHighHumidity() |
java.lang.String |
getName() |
float |
getRainfall() |
float |
getSpawningChance() |
float |
getTemperature() |
java.util.List<crafttweaker.api.world.IBiomeType> |
getTypes() |
int |
getWaterColorMultiplier() |
int |
hashCode() |
boolean |
isSnowyBiome() |
public java.lang.String getId()
getId in interface crafttweaker.api.world.IBiomepublic java.lang.String getName()
getName in interface crafttweaker.api.world.IBiomepublic boolean getCanRain()
getCanRain in interface crafttweaker.api.world.IBiomepublic boolean isSnowyBiome()
isSnowyBiome in interface crafttweaker.api.world.IBiomepublic boolean getIsHighHumidity()
getIsHighHumidity in interface crafttweaker.api.world.IBiomepublic float getSpawningChance()
getSpawningChance in interface crafttweaker.api.world.IBiomepublic float getBaseHeight()
getBaseHeight in interface crafttweaker.api.world.IBiomepublic float getRainfall()
getRainfall in interface crafttweaker.api.world.IBiomepublic int getWaterColorMultiplier()
getWaterColorMultiplier in interface crafttweaker.api.world.IBiomepublic boolean getIgnorePlayerSpawnSuitability()
getIgnorePlayerSpawnSuitability in interface crafttweaker.api.world.IBiomepublic float getHeightVariation()
getHeightVariation in interface crafttweaker.api.world.IBiomepublic float getTemperature()
getTemperature in interface crafttweaker.api.world.IBiomepublic java.util.List<crafttweaker.api.world.IBiomeType> getTypes()
getTypes in interface crafttweaker.api.world.IBiomepublic net.minecraft.world.biome.Biome getInternal()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object