public abstract class BlockPlacer extends Object implements DynamicSerializable
| Modifier and Type | Field and Description |
|---|---|
protected BlockPlacerType<?> |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
BlockPlacer(BlockPlacerType<?> type) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
method_23403(IWorld iWorld,
BlockPos blockPos,
BlockState blockState,
Random random) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserializeprotected final BlockPlacerType<?> type
protected BlockPlacer(BlockPlacerType<?> type)
public abstract void method_23403(IWorld iWorld, BlockPos blockPos, BlockState blockState, Random random)