Uses of Class
net.minecraft.world.gen.placer.BlockPlacerType
-
Uses of BlockPlacerType in net.minecraft.util.registry
Modifier and TypeFieldDescriptionstatic Registry<BlockPlacerType<?>>
Registry.BLOCK_PLACER_TYPE
static RegistryKey<Registry<BlockPlacerType<?>>>
Registry.BLOCK_PLACER_TYPE_KEY
-
Uses of BlockPlacerType in net.minecraft.world.gen.placer
Modifier and TypeFieldDescriptionstatic BlockPlacerType<ColumnPlacer>
BlockPlacerType.COLUMN_PLACER
static BlockPlacerType<DoublePlantPlacer>
BlockPlacerType.DOUBLE_PLANT_PLACER
static BlockPlacerType<SimpleBlockPlacer>
BlockPlacerType.SIMPLE_BLOCK_PLACER
Modifier and TypeMethodDescriptionprotected abstract BlockPlacerType<?>
BlockPlacer.getType()
protected BlockPlacerType<?>
ColumnPlacer.getType()
protected BlockPlacerType<?>
DoublePlantPlacer.getType()
protected BlockPlacerType<?>
SimpleBlockPlacer.getType()
private static <P extends BlockPlacer>
BlockPlacerType<P>