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