public class ColumnPlacer extends BlockPlacer
Modifier and Type | Field and Description |
---|---|
static com.mojang.serialization.Codec<ColumnPlacer> |
CODEC |
private int |
extraSize |
private int |
minSize |
TYPE_CODEC
Constructor and Description |
---|
ColumnPlacer(int minSize,
int extraSize) |
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<ColumnPlacer> CODEC
private final int minSize
private final int extraSize
protected BlockPlacerType<?> getType()
getType
in class BlockPlacer
public void generate(WorldAccess world, BlockPos pos, BlockState state, Random random)
generate
in class BlockPlacer