Uses of Class
net.minecraft.world.gen.blockplacer.BlockPlacerType
Packages that use BlockPlacerType
Package
Description
-
Uses of BlockPlacerType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type BlockPlacerTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<BlockPlacerType<?>>>
Registry.BLOCK_PLACER_TYPE_REGISTRY
static final Registry<BlockPlacerType<?>>
Registry.BLOCK_PLACER_TYPES
Deprecated. -
Uses of BlockPlacerType in net.minecraft.world.gen.blockplacer
Fields in net.minecraft.world.gen.blockplacer declared as BlockPlacerTypeModifier and TypeFieldDescriptionstatic final BlockPlacerType<ColumnBlockPlacer>
BlockPlacerType.COLUMN_PLACER
static final BlockPlacerType<DoublePlantBlockPlacer>
BlockPlacerType.DOUBLE_PLANT_PLACER
static final BlockPlacerType<SimpleBlockPlacer>
BlockPlacerType.SIMPLE_BLOCK_PLACER
Methods in net.minecraft.world.gen.blockplacer that return BlockPlacerTypeModifier and TypeMethodDescriptionprivate static <P extends BlockPlacer>
BlockPlacerType<P>protected abstract BlockPlacerType<?>
BlockPlacer.type()
protected BlockPlacerType<?>
ColumnBlockPlacer.type()
protected BlockPlacerType<?>
DoublePlantBlockPlacer.type()
protected BlockPlacerType<?>
SimpleBlockPlacer.type()
-
Uses of BlockPlacerType in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type BlockPlacerTypeModifier and TypeFieldDescriptionstatic final IForgeRegistry<BlockPlacerType<?>>
ForgeRegistries.BLOCK_PLACER_TYPES
static final RegistryKey<Registry<BlockPlacerType<?>>>
ForgeRegistries.Keys.BLOCK_PLACER_TYPES