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/StructurePiecesGenerator- intermediary - net/minecraft/class_6622- official - eoa
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final record
- 
Method SummaryModifier and TypeMethodDescriptionvoidgeneratePieces(StructurePiecesCollector collector, StructurePiecesGenerator.Context<C> context) 
- 
Method Details- 
generatePiecesvoid generatePieces(StructurePiecesCollector collector, StructurePiecesGenerator.Context<C> context) - Mappings:
- Namespace - Name - Mixin selector - named - generatePieces- Lnet/minecraft/structure/StructurePiecesGenerator;generatePieces(Lnet/minecraft/structure/StructurePiecesCollector;Lnet/minecraft/structure/StructurePiecesGenerator$Context;)V- intermediary - generatePieces- Lnet/minecraft/class_6622;generatePieces(Lnet/minecraft/class_6626;Lnet/minecraft/class_6622$class_6623;)V- official - generatePieces- Leoa;generatePieces(Leof;Leoa$a;)V
 
 
-