public class TreeBlockType extends java.lang.Object implements ITreeBlockType
| Constructor and Description |
|---|
TreeBlockType(net.minecraft.block.state.IBlockState blockState) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.block.state.IBlockState |
getBlockState() |
boolean |
setBlock(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
void |
setDirection(net.minecraft.util.EnumFacing facing) |
public TreeBlockType(net.minecraft.block.state.IBlockState blockState)
public void setDirection(net.minecraft.util.EnumFacing facing)
setDirection in interface ITreeBlockTypepublic boolean setBlock(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos)
setBlock in interface ITreeBlockTypepublic net.minecraft.block.state.IBlockState getBlockState()