Class DoublePlantBlockPlacer
- java.lang.Object
-
- net.minecraft.world.gen.blockplacer.BlockPlacer
-
- net.minecraft.world.gen.blockplacer.DoublePlantBlockPlacer
-
public class DoublePlantBlockPlacer extends BlockPlacer
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<DoublePlantBlockPlacer>CODECstatic DoublePlantBlockPlacerINSTANCE
-
Constructor Summary
Constructors Constructor Description DoublePlantBlockPlacer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidplace(IWorld p_225567_1_, BlockPos p_225567_2_, BlockState p_225567_3_, java.util.Random p_225567_4_)protected BlockPlacerType<?>type()
-
-
-
Field Detail
-
CODEC
public static final com.mojang.serialization.Codec<DoublePlantBlockPlacer> CODEC
-
INSTANCE
public static final DoublePlantBlockPlacer INSTANCE
-
-
Method Detail
-
type
protected BlockPlacerType<?> type()
- Specified by:
typein classBlockPlacer
-
place
public void place(IWorld p_225567_1_, BlockPos p_225567_2_, BlockState p_225567_3_, java.util.Random p_225567_4_)
- Specified by:
placein classBlockPlacer
-
-