public class BiomeJungle extends Biome
Biome.BiomeProperties, Biome.FlowerEntry, Biome.SpawnListEntry, Biome.TempCategory
IForgeRegistryEntry.Impl<T extends IForgeRegistryEntry<T>>
Modifier and Type | Field and Description |
---|---|
private boolean |
isEdge |
private static IBlockState |
JUNGLE_LEAF |
private static IBlockState |
JUNGLE_LOG |
private static IBlockState |
OAK_LEAF |
AIR, BEDROCK, BIG_TREE_FEATURE, decorator, DOUBLE_PLANT_GENERATOR, 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, topBlock, TREE_FEATURE, WATER
delegate
Constructor and Description |
---|
BiomeJungle(boolean isEdgeIn,
Biome.BiomeProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
decorate(World worldIn,
java.util.Random rand,
BlockPos pos) |
WorldGenAbstractTree |
getRandomTreeFeature(java.util.Random rand) |
WorldGenerator |
getRandomWorldGenForGrass(java.util.Random rand) |
addDefaultFlowers, addFlower, canRain, createBiomeDecorator, generateBiomeTerrain, genTerrainBlocks, getBaseHeight, getBiome, getBiome, getBiomeClass, getBiomeForId, getBiomeName, getDefaultTemperature, getEnableSnow, getFoliageColorAtPos, getGrassColorAtPos, getHeightVariation, getIdForBiome, getModdedBiomeDecorator, getModdedBiomeFoliageColor, getModdedBiomeGrassColor, getMutationForBiome, getRainfall, getSkyColorByTemp, getSpawnableList, getSpawningChance, getTempCategory, getTemperature, getWaterColor, getWaterColorMultiplier, ignorePlayerSpawnSuitability, isHighHumidity, isMutation, isSnowyBiome, pickRandomFlower, plantFlower, registerBiome, registerBiomes
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
private final boolean isEdge
private static final IBlockState JUNGLE_LOG
private static final IBlockState JUNGLE_LEAF
private static final IBlockState OAK_LEAF
public BiomeJungle(boolean isEdgeIn, Biome.BiomeProperties properties)
public WorldGenAbstractTree getRandomTreeFeature(java.util.Random rand)
getRandomTreeFeature
in class Biome
public WorldGenerator getRandomWorldGenForGrass(java.util.Random rand)
getRandomWorldGenForGrass
in class Biome