Class BlockPlacerType<P extends BlockPlacer>
java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<BlockPlacerType<?>>
net.minecraft.world.gen.blockplacer.BlockPlacerType<P>
- All Implemented Interfaces:
IForgeRegistryEntry<BlockPlacerType<?>>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<P>
static final BlockPlacerType<ColumnBlockPlacer>
static final BlockPlacerType<DoublePlantBlockPlacer>
static final BlockPlacerType<SimpleBlockPlacer>
Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<P>
codec()
private static <P extends BlockPlacer>
BlockPlacerType<P>Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
-
Field Details
-
SIMPLE_BLOCK_PLACER
-
DOUBLE_PLANT_PLACER
-
COLUMN_PLACER
-
codec
-
-
Constructor Details
-
BlockPlacerType
-
-
Method Details
-
register
private static <P extends BlockPlacer> BlockPlacerType<P> register(String p_236438_0_, com.mojang.serialization.Codec<P> p_236438_1_) -
codec
-