Package net.minecraft.src
Class BiomeGenSwamp
java.lang.Object
net.minecraft.src.BiomeGenBase
net.minecraft.src.BiomeGenSwamp
-
Field Summary
Fields inherited from class net.minecraft.src.BiomeGenBase
beach, biomeID, biomeList, biomeName, color, desert, desertHills, extremeHills, extremeHillsEdge, field_76754_C, fillerBlock, fillerBlockMetadata, forest, forestHills, frozenOcean, frozenRiver, hell, iceMountains, icePlains, jungle, jungleHills, maxHeight, minHeight, mushroomIsland, mushroomIslandShore, ocean, plains, rainfall, river, sky, spawnableCaveCreatureList, spawnableCreatureList, spawnableMonsterList, spawnableWaterCreatureList, swampland, taiga, taigaHills, temperature, theBiomeDecorator, topBlock, topBlockMetadata, waterColorMultiplier, worldGeneratorBigTree, worldGeneratorForest, worldGeneratorSwamp, worldGeneratorTrees -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintProvides the basic foliage color based on the biome temperature and rainfallintProvides the basic grass color based on the biome temperature and rainfallgetRandomWorldGenForTrees(Random par1Random) Gets a WorldGen appropriate for this biome.Methods inherited from class net.minecraft.src.BiomeGenBase
canLightningStrikeInBiome, canRainInBiome, canSnowAt, createBiomeDecorator, decorate, func_76733_a, getEnableSnow, getFloatRainfall, getFloatTemperature, getIntRainfall, getIntTemperature, getRandomWorldGenForGrass, getSkyColorByTemp, getSpawnableList, getSpawningChance, isHighHumidity, setBiomeName, setColor, setEnableSnow
-
Constructor Details
-
BiomeGenSwamp
protected BiomeGenSwamp(int par1)
-
-
Method Details
-
getRandomWorldGenForTrees
Gets a WorldGen appropriate for this biome.- Overrides:
getRandomWorldGenForTreesin classBiomeGenBase
-
getBiomeGrassColor
public int getBiomeGrassColor()Provides the basic grass color based on the biome temperature and rainfall- Overrides:
getBiomeGrassColorin classBiomeGenBase
-
getBiomeFoliageColor
public int getBiomeFoliageColor()Provides the basic foliage color based on the biome temperature and rainfall- Overrides:
getBiomeFoliageColorin classBiomeGenBase
-
canSlimesSpawnOnSurface
public boolean canSlimesSpawnOnSurface()- Overrides:
canSlimesSpawnOnSurfacein classBiomeGenBase
-