Class DoublePlantPlacer
java.lang.Object
net.minecraft.world.level.levelgen.feature.blockplacers.BlockPlacer
net.minecraft.world.level.levelgen.feature.blockplacers.DoublePlantPlacer
-
Field Summary
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<DoublePlantPlacer>
static DoublePlantPlacer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
place(LevelAccessor p_67523_, BlockPos p_67524_, BlockState p_67525_, Random p_67526_)
protected BlockPlacerType<?>
type()
-
Field Details
-
CODEC
-
INSTANCE
-
-
Constructor Details
-
DoublePlantPlacer
public DoublePlantPlacer()
-
-
Method Details
-
type
- Specified by:
type
in classBlockPlacer
-
place
- Specified by:
place
in classBlockPlacer
-