Package net.minecraft.structure
Interface StructurePiecesGenerator<C extends FeatureConfig>
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
A structure pieces generator adds structure pieces for a structure,
 but does not yet realize those pieces into the world. It executes in the
 structure starts chunk status.
- Mappings:
 Namespace Name named net/minecraft/structure/StructurePiecesGeneratorintermediary net/minecraft/class_6622official eke
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record - 
Method Summary
Modifier and TypeMethodDescriptionvoidgeneratePieces(StructurePiecesCollector collector, StructurePiecesGenerator.Context<C> context)  
- 
Method Details
- 
generatePieces
void generatePieces(StructurePiecesCollector collector, StructurePiecesGenerator.Context<C> context) - Mappings:
 Namespace Name Mixin selector named generatePiecesLnet/minecraft/structure/StructurePiecesGenerator;generatePieces(Lnet/minecraft/structure/StructurePiecesCollector;Lnet/minecraft/structure/StructurePiecesGenerator$Context;)Vintermediary generatePiecesLnet/minecraft/class_6622;generatePieces(Lnet/minecraft/class_6626;Lnet/minecraft/class_6622$class_6623;)Vofficial generatePiecesLeke;generatePieces(Lekj;Leke$a;)V
 
 -