Class SimpleBlockPlacer
java.lang.Object
net.minecraft.world.gen.blockplacer.BlockPlacer
net.minecraft.world.gen.blockplacer.SimpleBlockPlacer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SimpleBlockPlacer>
static final SimpleBlockPlacer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
place
(IWorld p_225567_1_, BlockPos p_225567_2_, BlockState p_225567_3_, Random p_225567_4_) protected BlockPlacerType<?>
type()
-
Field Details
-
CODEC
-
INSTANCE
-
-
Constructor Details
-
SimpleBlockPlacer
public SimpleBlockPlacer()
-
-
Method Details
-
type
- Specified by:
type
in classBlockPlacer
-
place
public void place(IWorld p_225567_1_, BlockPos p_225567_2_, BlockState p_225567_3_, Random p_225567_4_) - Specified by:
place
in classBlockPlacer
-