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