Uses of Class
net.minecraft.world.gen.placer.BlockPlacer
Package | Description |
---|---|
net.minecraft.world.gen.feature | |
net.minecraft.world.gen.placer |
-
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
RandomPatchFeatureConfig. blockPlacer
private BlockPlacer
RandomPatchFeatureConfig.Builder. blockPlacer
Constructors in net.minecraft.world.gen.feature with parameters of type BlockPlacer Constructor Description Builder(BlockStateProvider stateProvider, BlockPlacer blockPlacer)
RandomPatchFeatureConfig(BlockStateProvider stateProvider, BlockPlacer blockPlacer, List<BlockState> whitelist, List<BlockState> blacklist, int tries, int spreadX, int spreadY, int spreadZ, boolean canReplace, boolean project, boolean needsWater)
RandomPatchFeatureConfig(BlockStateProvider stateProvider, BlockPlacer blockPlacer, Set<Block> whitelist, Set<BlockState> blacklist, int tries, int spreadX, int spreadY, int spreadZ, boolean canReplace, boolean project, boolean needsWater)
-
Uses of BlockPlacer in net.minecraft.world.gen.placer
Classes in net.minecraft.world.gen.placer with type parameters of type BlockPlacer Modifier and Type Class Description class
BlockPlacerType<P extends BlockPlacer>
Subclasses of BlockPlacer in net.minecraft.world.gen.placer Modifier and Type Class Description class
ColumnPlacer
class
DoublePlantPlacer
class
SimpleBlockPlacer
Fields in net.minecraft.world.gen.placer with type parameters of type BlockPlacer Modifier and Type Field Description static com.mojang.serialization.Codec<BlockPlacer>
BlockPlacer. TYPE_CODEC
Methods in net.minecraft.world.gen.placer with type parameters of type BlockPlacer Modifier and Type Method Description private static <P extends BlockPlacer>
BlockPlacerType<P>BlockPlacerType. register(String id, com.mojang.serialization.Codec<P> codec)