public class ColumnPlacer extends BlockPlacer
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<ColumnPlacer> |
CODEC |
private int |
extraSize |
private int |
minSize |
field_24865| Constructor and Description |
|---|
ColumnPlacer(int int2,
int int3) |
| Modifier and Type | Method and Description |
|---|---|
void |
method_23403(WorldAccess worldAccess,
BlockPos blockPos,
BlockState blockState,
Random random) |
protected BlockPlacerType<?> |
method_28673() |
public static final com.mojang.serialization.Codec<ColumnPlacer> CODEC
private final int minSize
private final int extraSize
protected BlockPlacerType<?> method_28673()
method_28673 in class BlockPlacerpublic void method_23403(WorldAccess worldAccess, BlockPos blockPos, BlockState blockState, Random random)
method_23403 in class BlockPlacer