Package net.minecraft.world.biome
Class BiomeGenMutated
- java.lang.Object
-
- net.minecraft.world.biome.BiomeGenBase
-
- net.minecraft.world.biome.BiomeGenMutated
-
- Direct Known Subclasses:
BiomeGenSavanna.Mutated
public class BiomeGenMutated extends BiomeGenBase
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.world.biome.BiomeGenBase
BiomeGenBase.Height, BiomeGenBase.SpawnListEntry, BiomeGenBase.TempCategory
-
-
Field Summary
Fields Modifier and Type Field Description protected BiomeGenBasebaseBiome-
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 BiomeGenMutated(int id, BiomeGenBase biome)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenTerrainBlocks(World world, EaglercraftRandom random, ChunkPrimer chunkprimer, int i, int j, double d0)java.lang.Class<? extends BiomeGenBase>getBiomeClass()intgetFoliageColorAtPos(BlockPos blockpos)intgetGrassColorAtPos(BlockPos blockpos)floatgetSpawningChance()+ returns the chance a creature has to spawn.BiomeGenBase.TempCategorygetTempCategory()booleanisEqualTo(BiomeGenBase biomegenbase)+ returns true if the biome specified is equal to this biome-
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
-
-
-
-
Field Detail
-
baseBiome
protected BiomeGenBase baseBiome
-
-
Constructor Detail
-
BiomeGenMutated
public BiomeGenMutated(int id, BiomeGenBase biome)
-
-
Method Detail
-
genTerrainBlocks
public void genTerrainBlocks(World world, EaglercraftRandom random, ChunkPrimer chunkprimer, int i, int j, double d0)
- Overrides:
genTerrainBlocksin classBiomeGenBase
-
getSpawningChance
public float getSpawningChance()
+ returns the chance a creature has to spawn.- Overrides:
getSpawningChancein classBiomeGenBase
-
getFoliageColorAtPos
public int getFoliageColorAtPos(BlockPos blockpos)
- Overrides:
getFoliageColorAtPosin classBiomeGenBase
-
getGrassColorAtPos
public int getGrassColorAtPos(BlockPos blockpos)
- Overrides:
getGrassColorAtPosin classBiomeGenBase
-
getBiomeClass
public java.lang.Class<? extends BiomeGenBase> getBiomeClass()
- Overrides:
getBiomeClassin classBiomeGenBase
-
isEqualTo
public boolean isEqualTo(BiomeGenBase biomegenbase)
+ returns true if the biome specified is equal to this biome- Overrides:
isEqualToin classBiomeGenBase
-
getTempCategory
public BiomeGenBase.TempCategory getTempCategory()
- Overrides:
getTempCategoryin classBiomeGenBase
-
-