public abstract class WorldGenAbstractTree extends WorldGenerator
Constructor and Description |
---|
WorldGenAbstractTree(boolean notify) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canGrowInto(Block blockType)
returns whether or not a tree can grow into a block
For example, a tree will not grow into stone
|
void |
generateSaplings(World worldIn,
java.util.Random random,
BlockPos pos) |
boolean |
isReplaceable(World world,
BlockPos pos) |
protected void |
setDirtAt(World worldIn,
BlockPos pos)
sets dirt at a specific location if it isn't already dirt
|
generate, setBlockAndNotifyAdequately, setDecorationDefaults