Package net.minecraft.src
Class BiomeGenJungle
java.lang.Object
net.minecraft.src.BiomeGenBase
net.minecraft.src.BiomeGenJungle
-
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 TypeMethodDescriptionvoidgetRandomWorldGenForGrass(Random par1Random) Gets a WorldGen appropriate for this biome.getRandomWorldGenForTrees(Random par1Random) Gets a WorldGen appropriate for this biome.Methods inherited from class net.minecraft.src.BiomeGenBase
canLightningStrikeInBiome, canRainInBiome, canSlimesSpawnOnSurface, canSnowAt, createBiomeDecorator, func_76733_a, getBiomeFoliageColor, getBiomeGrassColor, getEnableSnow, getFloatRainfall, getFloatTemperature, getIntRainfall, getIntTemperature, getSkyColorByTemp, getSpawnableList, getSpawningChance, isHighHumidity, setBiomeName, setColor, setEnableSnow
-
Constructor Details
-
BiomeGenJungle
public BiomeGenJungle(int par1)
-
-
Method Details
-
getRandomWorldGenForTrees
Gets a WorldGen appropriate for this biome.- Overrides:
getRandomWorldGenForTreesin classBiomeGenBase
-
getRandomWorldGenForGrass
Gets a WorldGen appropriate for this biome.- Overrides:
getRandomWorldGenForGrassin classBiomeGenBase
-
decorate
- Overrides:
decoratein classBiomeGenBase
-