Uses of Class
net.minecraft.world.gen.placer.BlockPlacerType
| Package | Description |
|---|---|
| net.minecraft.util.registry | |
| net.minecraft.world.gen.placer |
-
Uses of BlockPlacerType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type BlockPlacerType Modifier and Type Field Description static 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 BlockPlacerType Modifier and Type Field Description static 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 BlockPlacerType Modifier and Type Method Description protected abstract BlockPlacerType<?>BlockPlacer. getType()protected BlockPlacerType<?>ColumnPlacer. getType()protected BlockPlacerType<?>DoublePlantPlacer. getType()protected BlockPlacerType<?>SimpleBlockPlacer. getType()private static <P extends BlockPlacer>
BlockPlacerType<P>BlockPlacerType. register(String id, com.mojang.serialization.Codec<P> codec)