public class WorldGenSavannaTree extends WorldGenAbstractTree
Modifier and Type | Field and Description |
---|---|
private static IBlockState |
LEAF |
private static IBlockState |
TRUNK |
Constructor and Description |
---|
WorldGenSavannaTree(boolean doBlockNotify) |
Modifier and Type | Method and Description |
---|---|
boolean |
generate(World worldIn,
java.util.Random rand,
BlockPos position) |
private void |
placeLeafAt(World worldIn,
BlockPos pos) |
private void |
placeLogAt(World worldIn,
BlockPos pos) |
canGrowInto, generateSaplings, isReplaceable, setDirtAt
setBlockAndNotifyAdequately, setDecorationDefaults
private static final IBlockState TRUNK
private static final IBlockState LEAF