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