net.minecraft.world.biome
Class BiomeGenSwamp

java.lang.Object
  extended by net.minecraft.world.biome.BiomeGenBase
      extended by net.minecraft.world.biome.BiomeGenSwamp

public class BiomeGenSwamp
extends BiomeGenBase


Field Summary
 
Fields inherited from class net.minecraft.world.biome.BiomeGenBase
beach, biomeID, biomeList, biomeName, color, desert, desertHills, extremeHills, extremeHillsEdge, field_76754_C, fillerBlock, forest, forestHills, frozenOcean, frozenRiver, hell, iceMountains, icePlains, jungle, jungleHills, maxHeight, minHeight, mushroomIsland, mushroomIslandShore, ocean, plains, rainfall, river, sky, swampland, taiga, taigaHills, temperature, theBiomeDecorator, topBlock, waterColorMultiplier
 
Method Summary
 int getBiomeFoliageColor()
           
 int getBiomeGrassColor()
           
 WorldGenerator getRandomWorldGenForTrees(Random par1Random)
          Gets a WorldGen appropriate for this biome.
 
Methods inherited from class net.minecraft.world.biome.BiomeGenBase
canSpawnLightningBolt, createBiomeDecorator, decorate, func_76733_a, getEnableSnow, getFloatRainfall, getFloatTemperature, getIntRainfall, getIntTemperature, getModdedBiomeDecorator, getModdedBiomeFoliageColor, getModdedBiomeGrassColor, getRandomWorldGenForGrass, getSkyColorByTemp, getSpawnableList, getSpawningChance, getWaterColorMultiplier, isHighHumidity, setBiomeName, setColor, setDisableRain, setEnableSnow, setMinMaxHeight, setTemperatureRainfall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRandomWorldGenForTrees

public WorldGenerator getRandomWorldGenForTrees(Random par1Random)
Gets a WorldGen appropriate for this biome.

Overrides:
getRandomWorldGenForTrees in class BiomeGenBase

getBiomeGrassColor

public int getBiomeGrassColor()
Overrides:
getBiomeGrassColor in class BiomeGenBase

getBiomeFoliageColor

public int getBiomeFoliageColor()
Overrides:
getBiomeFoliageColor in class BiomeGenBase