public static interface DirectionalComponent.IPlacement
| Modifier and Type | Field and Description |
|---|---|
static DirectionalComponent.IPlacement |
BLOCKSIDE
Direction is determined by the side of the block clicked
|
static DirectionalComponent.IPlacement |
PLACER
Direction is determined by the facing of the entity placing the block.
|
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.EnumFacing |
getPlacement(net.minecraft.block.state.IBlockState state,
net.minecraft.util.EnumFacing side,
net.minecraft.entity.EntityLivingBase placer) |
static final DirectionalComponent.IPlacement BLOCKSIDE
static final DirectionalComponent.IPlacement PLACER