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.PieceFactory
StructurePoolBasedGenerator.StructurePoolGenerator.pieceFactory
Methods in net.minecraft.structure.pool with parameters of type StructurePoolBasedGenerator.PieceFactoryModifier and TypeMethodDescriptionstatic void
StructurePoolBasedGenerator.generate
(DynamicRegistryManager dynamicRegistries, StructurePoolFeatureConfig config, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, BlockPos pos, StructurePiecesHolder children, Random random, boolean modifyBoundingBox, boolean surface, HeightLimitView world) static void
StructurePoolBasedGenerator.method_27230
(DynamicRegistryManager dynamicRegistryManager, PoolStructurePiece poolStructurePiece, int int2, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> list, Random random, HeightLimitView heightLimitView) 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)