Package net.minecraft.world.biome
Class BiomeGenSavanna.Mutated
- java.lang.Object
-
- net.minecraft.world.biome.BiomeGenBase
-
- net.minecraft.world.biome.BiomeGenMutated
-
- net.minecraft.world.biome.BiomeGenSavanna.Mutated
-
- Enclosing class:
- BiomeGenSavanna
public static class BiomeGenSavanna.Mutated extends BiomeGenMutated
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.world.biome.BiomeGenBase
BiomeGenBase.Height, BiomeGenBase.SpawnListEntry, BiomeGenBase.TempCategory
-
-
Field Summary
-
Fields inherited from class net.minecraft.world.biome.BiomeGenMutated
baseBiome
-
Fields inherited from class net.minecraft.world.biome.BiomeGenBase
beach, BIOME_ID_MAP, biomeID, biomeName, birchForest, birchForestHills, coldBeach, coldTaiga, coldTaigaHills, color, deepOcean, desert, desertHills, enableRain, enableSnow, explorationBiomesList, extremeHills, extremeHillsEdge, extremeHillsPlus, field_150609_ah, field_180279_ad, fillerBlock, fillerBlockMetadata, forest, forestHills, frozenOcean, frozenRiver, GRASS_COLOR_NOISE, height_DeepOceans, height_Default, height_HighPlateaus, height_LowHills, height_LowIslands, height_LowPlains, height_MidHills, height_MidPlains, height_Oceans, height_PartiallySubmerged, height_RockyWaters, height_ShallowWaters, height_Shores, hell, iceMountains, icePlains, jungle, jungleEdge, jungleHills, maxHeight, megaTaiga, megaTaigaHills, mesa, mesaPlateau, mesaPlateau_F, minHeight, mushroomIsland, mushroomIslandShore, ocean, plains, rainfall, river, roofedForest, savanna, savannaPlateau, sky, spawnableCaveCreatureList, spawnableCreatureList, spawnableMonsterList, spawnableWaterCreatureList, stoneBeach, swampland, taiga, taigaHills, temperature, temperatureNoise, topBlock, waterColorMultiplier
-
-
Constructor Summary
Constructors Constructor Description Mutated(int parInt1, BiomeGenBase parBiomeGenBase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
genTerrainBlocks(World world, EaglercraftRandom random, ChunkPrimer chunkprimer, int i, int j, double d0)
-
Methods inherited from class net.minecraft.world.biome.BiomeGenMutated
getBiomeClass, getFoliageColorAtPos, getGrassColorAtPos, getSpawningChance, getTempCategory, isEqualTo
-
Methods inherited from class net.minecraft.world.biome.BiomeGenBase
bootstrap, canSpawnLightningBolt, createMutatedBiome, createMutation, func_150557_a, func_150563_c, generateBiomeTerrain, getBiome, getBiomeFromBiomeList, getBiomeGenArray, getEnableSnow, getFloatRainfall, getFloatTemperature, getIntRainfall, getSkyColorByTemp, getSpawnableList, isHighHumidity, isSnowyBiome, pickRandomFlower, setBiomeName, setColor, setDisableRain, setEnableSnow, setFillerBlockMetadata, setHeight, setTemperatureRainfall
-
-
-
-
Constructor Detail
-
Mutated
public Mutated(int parInt1, BiomeGenBase parBiomeGenBase)
-
-
Method Detail
-
genTerrainBlocks
public void genTerrainBlocks(World world, EaglercraftRandom random, ChunkPrimer chunkprimer, int i, int j, double d0)
- Overrides:
genTerrainBlocks
in classBiomeGenMutated
-
-