Package net.minecraft.world.biome
Class BiomeGenForest
- java.lang.Object
-
- net.minecraft.world.biome.BiomeGenBase
-
- net.minecraft.world.biome.BiomeGenForest
-
public class BiomeGenForest 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 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 BiomeGenForest(int parInt1, int parInt2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BiomeGenBase
createMutatedBiome(int i)
protected BiomeGenBase
func_150557_a(int i, boolean flag)
int
getGrassColorAtPos(BlockPos blockpos)
BlockFlower.EnumFlowerType
pickRandomFlower(EaglercraftRandom random, BlockPos blockpos)
-
Methods inherited from class net.minecraft.world.biome.BiomeGenBase
bootstrap, canSpawnLightningBolt, createMutation, func_150563_c, generateBiomeTerrain, genTerrainBlocks, getBiome, getBiomeClass, getBiomeFromBiomeList, getBiomeGenArray, getEnableSnow, getFloatRainfall, getFloatTemperature, getFoliageColorAtPos, getIntRainfall, getSkyColorByTemp, getSpawnableList, getSpawningChance, getTempCategory, isEqualTo, isHighHumidity, isSnowyBiome, setBiomeName, setColor, setDisableRain, setEnableSnow, setFillerBlockMetadata, setHeight, setTemperatureRainfall
-
-
-
-
Method Detail
-
func_150557_a
protected BiomeGenBase func_150557_a(int i, boolean flag)
- Overrides:
func_150557_a
in classBiomeGenBase
-
pickRandomFlower
public BlockFlower.EnumFlowerType pickRandomFlower(EaglercraftRandom random, BlockPos blockpos)
- Overrides:
pickRandomFlower
in classBiomeGenBase
-
getGrassColorAtPos
public int getGrassColorAtPos(BlockPos blockpos)
- Overrides:
getGrassColorAtPos
in classBiomeGenBase
-
createMutatedBiome
protected BiomeGenBase createMutatedBiome(int i)
- Overrides:
createMutatedBiome
in classBiomeGenBase
-
-