Package net.minecraft.world.gen.placer
Class SimpleBlockPlacer
java.lang.Object
net.minecraft.world.gen.placer.BlockPlacer
net.minecraft.world.gen.placer.SimpleBlockPlacer
public class SimpleBlockPlacer extends BlockPlacer
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<SimpleBlockPlacer>
CODEC
static SimpleBlockPlacer
INSTANCE
Fields inherited from class net.minecraft.world.gen.placer.BlockPlacer
TYPE_CODEC
-
Constructor Summary
Constructors Constructor Description SimpleBlockPlacer()
-
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
-
SimpleBlockPlacer
public SimpleBlockPlacer()
-
-
Method Details
-
getType
- Specified by:
getType
in classBlockPlacer
-
generate
- Specified by:
generate
in classBlockPlacer
-