public class BiomeForest extends Biome
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BiomeForest.Type | 
Biome.BiomeProperties, Biome.FlowerEntry, Biome.SpawnListEntry, Biome.TempCategoryIForgeRegistryEntry.Impl<T extends IForgeRegistryEntry<T>>| Modifier and Type | Field and Description | 
|---|---|
| protected static WorldGenBirchTree | BIRCH_TREE | 
| protected static WorldGenCanopyTree | ROOF_TREE | 
| protected static WorldGenBirchTree | SUPER_BIRCH_TREE | 
AIR, BEDROCK, BIG_TREE_FEATURE, DOUBLE_PLANT_GENERATOR, EXPLORATION_BIOMES_LIST, fillerBlock, flowers, GRASS_COLOR_NOISE, GRAVEL, ICE, modSpawnableLists, MUTATION_TO_BASE_ID_MAP, RED_SANDSTONE, REGISTRY, SANDSTONE, spawnableCaveCreatureList, spawnableCreatureList, spawnableMonsterList, spawnableWaterCreatureList, STONE, SWAMP_FEATURE, TEMPERATURE_NOISE, theBiomeDecorator, topBlock, TREE_FEATURE, WATERdelegate| Constructor and Description | 
|---|
| BiomeForest(BiomeForest.Type typeIn,
           Biome.BiomeProperties properties) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addDefaultFlowers()Adds the default flowers, as of 1.7, it is 2 yellow, and 1 red. | 
| void | addDoublePlants(World p_185378_1_,
               java.util.Random p_185378_2_,
               BlockPos p_185378_3_,
               int p_185378_4_) | 
| void | addMushrooms(World p_185379_1_,
            java.util.Random p_185379_2_,
            BlockPos p_185379_3_) | 
| void | decorate(World worldIn,
        java.util.Random rand,
        BlockPos pos) | 
| WorldGenAbstractTree | genBigTreeChance(java.util.Random rand) | 
| java.lang.Class<? extends Biome> | getBiomeClass() | 
| int | getGrassColorAtPos(BlockPos pos) | 
| BlockFlower.EnumFlowerType | pickRandomFlower(java.util.Random rand,
                BlockPos pos) | 
addFlower, canRain, createBiomeDecorator, generateBiomeTerrain, genTerrainBlocks, getBaseHeight, getBiome, getBiome, getBiomeForId, getBiomeName, getEnableSnow, getFloatTemperature, getFoliageColorAtPos, getHeightVariation, getIdForBiome, getModdedBiomeDecorator, getModdedBiomeFoliageColor, getModdedBiomeGrassColor, getMutationForBiome, getRainfall, getRandomWorldGenForGrass, getSkyColorByTemp, getSpawnableList, getSpawningChance, getTempCategory, getTemperature, getWaterColor, getWaterColorMultiplier, ignorePlayerSpawnSuitability, isHighHumidity, isMutation, isSnowyBiome, plantFlower, registerBiome, registerBiomesgetRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNameprotected static final WorldGenBirchTree SUPER_BIRCH_TREE
protected static final WorldGenBirchTree BIRCH_TREE
protected static final WorldGenCanopyTree ROOF_TREE
public BiomeForest(BiomeForest.Type typeIn, Biome.BiomeProperties properties)
public WorldGenAbstractTree genBigTreeChance(java.util.Random rand)
genBigTreeChance in class Biomepublic BlockFlower.EnumFlowerType pickRandomFlower(java.util.Random rand, BlockPos pos)
pickRandomFlower in class Biomepublic void addMushrooms(World p_185379_1_, java.util.Random p_185379_2_, BlockPos p_185379_3_)
public void addDoublePlants(World p_185378_1_, java.util.Random p_185378_2_, BlockPos p_185378_3_, int p_185378_4_)
public void addDefaultFlowers()
BiomeaddDefaultFlowers in class Biomepublic java.lang.Class<? extends Biome> getBiomeClass()
getBiomeClass in class Biomepublic int getGrassColorAtPos(BlockPos pos)
getGrassColorAtPos in class Biome