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 BlockPlacerRandomPatchFeatureConfig. blockPlacerprivate BlockPlacerRandomPatchFeatureConfig.Builder. blockPlacerConstructors 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 classBlockPlacerType<P extends BlockPlacer>Subclasses of BlockPlacer in net.minecraft.world.gen.placer Modifier and Type Class Description classColumnPlacerclassDoublePlantPlacerclassSimpleBlockPlacerFields 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_CODECMethods 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)