Uses of Interface
net.minecraft.structure.pool.StructurePoolBasedGenerator.PieceFactory
Packages that use StructurePoolBasedGenerator.PieceFactory
-
Uses of StructurePoolBasedGenerator.PieceFactory in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool declared as StructurePoolBasedGenerator.PieceFactoryModifier and TypeFieldDescriptionprivate final StructurePoolBasedGenerator.PieceFactoryStructurePoolBasedGenerator.StructurePoolGenerator.pieceFactoryMethods in net.minecraft.structure.pool with parameters of type StructurePoolBasedGenerator.PieceFactoryModifier and TypeMethodDescriptionStructurePoolBasedGenerator.generate(StructureGeneratorFactory.Context<StructurePoolFeatureConfig> context, StructurePoolBasedGenerator.PieceFactory pieceFactory, BlockPos pos, boolean bool, boolean bool2, int int2) static voidStructurePoolBasedGenerator.generate(DynamicRegistryManager registryManager, PoolStructurePiece piece, int maxDepth, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> results, Random random, HeightLimitView world) Constructors in net.minecraft.structure.pool with parameters of type StructurePoolBasedGenerator.PieceFactoryModifierConstructorDescription(package private)StructurePoolGenerator(Registry<StructurePool> registry, int maxSize, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> children, Random random) -
Uses of StructurePoolBasedGenerator.PieceFactory in net.minecraft.world.gen.feature
Constructors in net.minecraft.world.gen.feature with parameters of type StructurePoolBasedGenerator.PieceFactoryModifierConstructorDescriptionJigsawFeature(com.mojang.serialization.Codec<StructurePoolFeatureConfig> codec, StructurePoolBasedGenerator.PieceFactory pieceFactory, Function<Random, Integer> function, boolean bool, boolean bool2, Predicate<StructureGeneratorFactory.Context<StructurePoolFeatureConfig>> predicate, int int2)