public class WorldGenCanopyTree extends WorldGenAbstractTree
Modifier and Type | Field and Description |
---|---|
private static IBlockState |
DARK_OAK_LEAVES |
private static IBlockState |
DARK_OAK_LOG |
Constructor and Description |
---|
WorldGenCanopyTree(boolean notify) |
Modifier and Type | Method and Description |
---|---|
boolean |
generate(World worldIn,
java.util.Random rand,
BlockPos position) |
private void |
onPlantGrow(World world,
BlockPos pos,
BlockPos source) |
private void |
placeLeafAt(World worldIn,
int x,
int y,
int z) |
private void |
placeLogAt(World worldIn,
BlockPos pos) |
private boolean |
placeTreeOfHeight(World worldIn,
BlockPos pos,
int height) |
canGrowInto, generateSaplings, isReplaceable, setDirtAt
setBlockAndNotifyAdequately, setDecorationDefaults
private static final IBlockState DARK_OAK_LOG
private static final IBlockState DARK_OAK_LEAVES
public boolean generate(World worldIn, java.util.Random rand, BlockPos position)
generate
in class WorldGenerator
private void placeLeafAt(World worldIn, int x, int y, int z)