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 |
---|---|
private void |
createCrown(World worldIn,
BlockPos p_175930_2_,
int p_175930_3_) |
boolean |
generate(World worldIn,
java.util.Random rand,
BlockPos position) |
private boolean |
isAirLeaves(World world,
BlockPos pos) |
private void |
placeVine(World p_181632_1_,
java.util.Random p_181632_2_,
BlockPos p_181632_3_,
PropertyBool p_181632_4_) |
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
private void placeVine(World p_181632_1_, java.util.Random p_181632_2_, BlockPos p_181632_3_, PropertyBool p_181632_4_)