public abstract class BlockPlacer extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<BlockPlacer> |
TYPE_CODEC |
| Constructor and Description |
|---|
BlockPlacer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
generate(WorldAccess world,
BlockPos pos,
BlockState state,
Random random) |
protected abstract BlockPlacerType<?> |
getType() |
public static final com.mojang.serialization.Codec<BlockPlacer> TYPE_CODEC
public abstract void generate(WorldAccess world, BlockPos pos, BlockState state, Random random)
protected abstract BlockPlacerType<?> getType()