Class SimpleBlockPlacer
java.lang.Object
net.minecraft.world.level.levelgen.feature.blockplacers.BlockPlacer
net.minecraft.world.level.levelgen.feature.blockplacers.SimpleBlockPlacer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<SimpleBlockPlacer>static SimpleBlockPlacer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidplace(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:
typein classBlockPlacer
-
place
- Specified by:
placein classBlockPlacer
-