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 BiomeGenBase
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 BiomeGenMutated(int id, BiomeGenBase biome)
-
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)
java.lang.Class<? extends BiomeGenBase>
getBiomeClass()
int
getFoliageColorAtPos(BlockPos blockpos)
int
getGrassColorAtPos(BlockPos blockpos)
float
getSpawningChance()
+ returns the chance a creature has to spawn.BiomeGenBase.TempCategory
getTempCategory()
boolean
isEqualTo(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:
genTerrainBlocks
in classBiomeGenBase
-
getSpawningChance
public float getSpawningChance()
+ returns the chance a creature has to spawn.- Overrides:
getSpawningChance
in classBiomeGenBase
-
getFoliageColorAtPos
public int getFoliageColorAtPos(BlockPos blockpos)
- Overrides:
getFoliageColorAtPos
in classBiomeGenBase
-
getGrassColorAtPos
public int getGrassColorAtPos(BlockPos blockpos)
- Overrides:
getGrassColorAtPos
in classBiomeGenBase
-
getBiomeClass
public java.lang.Class<? extends BiomeGenBase> getBiomeClass()
- Overrides:
getBiomeClass
in classBiomeGenBase
-
isEqualTo
public boolean isEqualTo(BiomeGenBase biomegenbase)
+ returns true if the biome specified is equal to this biome- Overrides:
isEqualTo
in classBiomeGenBase
-
getTempCategory
public BiomeGenBase.TempCategory getTempCategory()
- Overrides:
getTempCategory
in classBiomeGenBase
-
-