Uses of Class
net.minecraft.world.gen.blockplacer.BlockPlacer
Packages that use BlockPlacer
-
Uses of BlockPlacer in net.minecraft.world.gen.blockplacer
Classes in net.minecraft.world.gen.blockplacer with type parameters of type BlockPlacerSubclasses of BlockPlacer in net.minecraft.world.gen.blockplacerModifier and TypeClassDescriptionclass
class
class
Fields in net.minecraft.world.gen.blockplacer with type parameters of type BlockPlacerModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockPlacer>
BlockPlacer.CODEC
Methods in net.minecraft.world.gen.blockplacer with type parameters of type BlockPlacer -
Uses of BlockPlacer in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as BlockPlacerModifier and TypeFieldDescriptionfinal BlockPlacer
BlockClusterFeatureConfig.blockPlacer
private final BlockPlacer
BlockClusterFeatureConfig.Builder.blockPlacer
Constructors in net.minecraft.world.gen.feature with parameters of type BlockPlacerModifierConstructorDescriptionprivate
BlockClusterFeatureConfig
(BlockStateProvider p_i232014_1_, BlockPlacer p_i232014_2_, List<BlockState> p_i232014_3_, 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_) private
BlockClusterFeatureConfig
(BlockStateProvider p_i225836_1_, BlockPlacer p_i225836_2_, Set<Block> p_i225836_3_, 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_)