Uses of Class
net.minecraft.world.gen.placer.BlockPlacerType
Packages that use BlockPlacerType
-
Uses of BlockPlacerType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type BlockPlacerTypeModifier and TypeFieldDescriptionstatic Registry<BlockPlacerType<?>>Registry.BLOCK_PLACER_TYPEstatic RegistryKey<Registry<BlockPlacerType<?>>>Registry.BLOCK_PLACER_TYPE_KEY -
Uses of BlockPlacerType in net.minecraft.world.gen.placer
Fields in net.minecraft.world.gen.placer declared as BlockPlacerTypeModifier and TypeFieldDescriptionstatic BlockPlacerType<ColumnPlacer>BlockPlacerType.COLUMN_PLACERstatic BlockPlacerType<DoublePlantPlacer>BlockPlacerType.DOUBLE_PLANT_PLACERstatic BlockPlacerType<SimpleBlockPlacer>BlockPlacerType.SIMPLE_BLOCK_PLACERMethods in net.minecraft.world.gen.placer that return BlockPlacerTypeModifier 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>