Package net.minecraft.src
Class BiomeGenEnd
- java.lang.Object
-
- net.minecraft.src.BiomeGenBase
-
- net.minecraft.src.BiomeGenEnd
-
public class BiomeGenEnd extends BiomeGenBase
-
-
Field Summary
-
Fields inherited from class net.minecraft.src.BiomeGenBase
beach, biomeDecorator, biomeID, biomeList, biomeName, color, desert, desertHills, extremeHills, extremeHillsEdge, field_6502_q, fillerBlock, forest, forestHills, frozenOcean, frozenRiver, hell, iceMountains, icePlains, jungle, jungleHills, maxHeight, minHeight, mushroomIsland, mushroomIslandShore, ocean, plains, rainfall, river, sky, spawnableCreatureList, spawnableMonsterList, spawnableWaterCreatureList, swampland, taiga, taigaHills, temperature, topBlock, waterColorMultiplier, worldGenBigTree, worldGenForest, worldGenSwamp, worldGenTrees
-
-
Constructor Summary
Constructors Constructor Description BiomeGenEnd(int var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @net.minecraft.modding.api.Side.Client int
getSkyColorByTemp(float var1)
-
Methods inherited from class net.minecraft.src.BiomeGenBase
canSpawnLightningBolt, createBiomeDecorator, decorate, func_4124_a, func_48410_b, func_50086_b, getBiomeFoliageColor, getBiomeGrassColor, getEnableSnow, getFloatRainfall, getFloatTemperature, getIntRainfall, getIntTemperature, getRandomWorldGenForTrees, getSpawnableList, getSpawningChance, isHighHumidity, setBiomeName, setColor
-
-
-
-
Method Detail
-
getSkyColorByTemp
@Client public @net.minecraft.modding.api.Side.Client int getSkyColorByTemp(float var1)
- Overrides:
getSkyColorByTemp
in classBiomeGenBase
-
-