Package net.minecraft.src
Class BiomeGenSwamp
- java.lang.Object
-
- net.minecraft.src.BiomeGenBase
-
- net.minecraft.src.BiomeGenSwamp
-
public class BiomeGenSwamp 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 Modifier Constructor Description protected
BiomeGenSwamp(int var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @net.minecraft.modding.api.Side.Client int
getBiomeFoliageColor()
@net.minecraft.modding.api.Side.Client int
getBiomeGrassColor()
WorldGenerator
getRandomWorldGenForTrees(java.util.Random var1)
-
Methods inherited from class net.minecraft.src.BiomeGenBase
canSpawnLightningBolt, createBiomeDecorator, decorate, func_4124_a, func_48410_b, func_50086_b, getEnableSnow, getFloatRainfall, getFloatTemperature, getIntRainfall, getIntTemperature, getSkyColorByTemp, getSpawnableList, getSpawningChance, isHighHumidity, setBiomeName, setColor
-
-
-
-
Method Detail
-
getRandomWorldGenForTrees
public WorldGenerator getRandomWorldGenForTrees(java.util.Random var1)
- Overrides:
getRandomWorldGenForTrees
in classBiomeGenBase
-
getBiomeGrassColor
@Client public @net.minecraft.modding.api.Side.Client int getBiomeGrassColor()
- Overrides:
getBiomeGrassColor
in classBiomeGenBase
-
getBiomeFoliageColor
@Client public @net.minecraft.modding.api.Side.Client int getBiomeFoliageColor()
- Overrides:
getBiomeFoliageColor
in classBiomeGenBase
-
-