Uses of Class
net.minecraft.world.gen.blockplacer.BlockPlacer
-
Packages that use BlockPlacer Package Description net.minecraft.world.gen.blockplacer net.minecraft.world.gen.feature -
-
Uses of BlockPlacer in net.minecraft.world.gen.blockplacer
Classes in net.minecraft.world.gen.blockplacer with type parameters of type BlockPlacer Modifier and Type Class Description class
BlockPlacerType<P extends BlockPlacer>
Subclasses of BlockPlacer in net.minecraft.world.gen.blockplacer Modifier and Type Class Description class
ColumnBlockPlacer
class
DoublePlantBlockPlacer
class
SimpleBlockPlacer
Fields in net.minecraft.world.gen.blockplacer with type parameters of type BlockPlacer Modifier and Type Field Description static com.mojang.serialization.Codec<BlockPlacer>
BlockPlacer. CODEC
Methods in net.minecraft.world.gen.blockplacer with type parameters of type BlockPlacer Modifier and Type Method Description private static <P extends BlockPlacer>
BlockPlacerType<P>BlockPlacerType. register(java.lang.String p_236438_0_, com.mojang.serialization.Codec<P> p_236438_1_)
-
Uses of BlockPlacer in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as BlockPlacer Modifier and Type Field Description BlockPlacer
BlockClusterFeatureConfig. blockPlacer
private BlockPlacer
BlockClusterFeatureConfig.Builder. blockPlacer
Constructors in net.minecraft.world.gen.feature with parameters of type BlockPlacer Constructor Description BlockClusterFeatureConfig(BlockStateProvider p_i232014_1_, BlockPlacer p_i232014_2_, java.util.List<BlockState> p_i232014_3_, java.util.List<BlockState> p_i232014_4_, int p_i232014_5_, int p_i232014_6_, int p_i232014_7_, int p_i232014_8_, boolean p_i232014_9_, boolean p_i232014_10_, boolean p_i232014_11_)
BlockClusterFeatureConfig(BlockStateProvider p_i225836_1_, BlockPlacer p_i225836_2_, java.util.Set<Block> p_i225836_3_, java.util.Set<BlockState> p_i225836_4_, int p_i225836_5_, int p_i225836_6_, int p_i225836_7_, int p_i225836_8_, boolean p_i225836_9_, boolean p_i225836_10_, boolean p_i225836_11_)
Builder(BlockStateProvider p_i225838_1_, BlockPlacer p_i225838_2_)
-