Package net.minecraft.world.gen.placer
Class DoublePlantPlacer
java.lang.Object
net.minecraft.world.gen.placer.BlockPlacer
net.minecraft.world.gen.placer.DoublePlantPlacer
public class DoublePlantPlacer extends BlockPlacer
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<DoublePlantPlacer>
CODEC
static DoublePlantPlacer
INSTANCE
Fields inherited from class net.minecraft.world.gen.placer.BlockPlacer
TYPE_CODEC
-
Constructor Summary
Constructors Constructor Description DoublePlantPlacer()
-
Method Summary
Modifier and Type Method Description void
generate(WorldAccess world, BlockPos pos, BlockState state, Random random)
protected BlockPlacerType<?>
getType()
-
Field Details
-
CODEC
-
INSTANCE
-
-
Constructor Details
-
DoublePlantPlacer
public DoublePlantPlacer()
-
-
Method Details
-
getType
- Specified by:
getType
in classBlockPlacer
-
generate
- Specified by:
generate
in classBlockPlacer
-