public class BiomeGenForest extends BiomeGenBase
BiomeGenBase.Height, BiomeGenBase.SpawnListEntry, BiomeGenBase.TempCategory| Modifier and Type | Field and Description |
|---|---|
protected static WorldGenForest |
field_150629_aC |
protected static WorldGenForest |
field_150630_aD |
protected static WorldGenCanopyTree |
field_150631_aE |
private int |
field_150632_aF |
beach, BIOME_ID_MAP, biomeID, biomeName, birchForest, birchForestHills, coldBeach, coldTaiga, coldTaigaHills, color, deepOcean, desert, desertHills, DOUBLE_PLANT_GENERATOR, 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, theBiomeDecorator, topBlock, waterColorMultiplier, worldGeneratorBigTree, worldGeneratorSwamp, worldGeneratorTrees| Constructor and Description |
|---|
BiomeGenForest(int p_i45377_1_,
int p_i45377_2_) |
| Modifier and Type | Method and Description |
|---|---|
protected BiomeGenBase |
createMutatedBiome(int p_180277_1_) |
void |
decorate(World worldIn,
java.util.Random rand,
BlockPos pos) |
protected BiomeGenBase |
func_150557_a(int p_150557_1_,
boolean p_150557_2_) |
WorldGenAbstractTree |
genBigTreeChance(java.util.Random rand) |
int |
getGrassColorAtPos(BlockPos pos) |
BlockFlower.EnumFlowerType |
pickRandomFlower(java.util.Random rand,
BlockPos pos) |
canSpawnLightningBolt, createBiomeDecorator, createMutation, func_150563_c, generateBiomeTerrain, genTerrainBlocks, getBiome, getBiomeClass, getBiomeFromBiomeList, getBiomeGenArray, getEnableSnow, getFloatRainfall, getFloatTemperature, getFoliageColorAtPos, getIntRainfall, getRandomWorldGenForGrass, getSkyColorByTemp, getSpawnableList, getSpawningChance, getTempCategory, isEqualTo, isHighHumidity, isSnowyBiome, setBiomeName, setColor, setDisableRain, setEnableSnow, setFillerBlockMetadata, setHeight, setTemperatureRainfallprivate int field_150632_aF
protected static final WorldGenForest field_150629_aC
protected static final WorldGenForest field_150630_aD
protected static final WorldGenCanopyTree field_150631_aE
protected BiomeGenBase func_150557_a(int p_150557_1_, boolean p_150557_2_)
func_150557_a in class BiomeGenBasepublic WorldGenAbstractTree genBigTreeChance(java.util.Random rand)
genBigTreeChance in class BiomeGenBasepublic BlockFlower.EnumFlowerType pickRandomFlower(java.util.Random rand, BlockPos pos)
pickRandomFlower in class BiomeGenBasepublic void decorate(World worldIn, java.util.Random rand, BlockPos pos)
decorate in class BiomeGenBasepublic int getGrassColorAtPos(BlockPos pos)
getGrassColorAtPos in class BiomeGenBaseprotected BiomeGenBase createMutatedBiome(int p_180277_1_)
createMutatedBiome in class BiomeGenBase