public class WorldGenMegaJungle extends WorldGenHugeTrees
baseHeight, extraRandomHeight, leavesMetadata, woodMetadata
Constructor and Description |
---|
WorldGenMegaJungle(boolean notify,
int baseHeightIn,
int extraRandomHeightIn,
IBlockState woodMetadataIn,
IBlockState p_i46448_5_) |
Modifier and Type | Method and Description |
---|---|
boolean |
generate(World worldIn,
java.util.Random rand,
BlockPos position) |
ensureGrowable, getHeight, growLeavesLayer, growLeavesLayerStrict
canGrowInto, generateSaplings, isReplaceable, setDirtAt
setBlockAndNotifyAdequately, setDecorationDefaults
public WorldGenMegaJungle(boolean notify, int baseHeightIn, int extraRandomHeightIn, IBlockState woodMetadataIn, IBlockState p_i46448_5_)
public boolean generate(World worldIn, java.util.Random rand, BlockPos position)
generate
in class WorldGenerator