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 official dzt
intermediary net/minecraft/class_6622
named net/minecraft/structure/StructurePiecesGenerator
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final record
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generatePieces
(StructurePiecesCollector collector, StructurePiecesGenerator.Context<C> context)
-
Method Details
-
generatePieces
void generatePieces(StructurePiecesCollector collector, StructurePiecesGenerator.Context<C> context) - Mappings:
Namespace Name Mixin selector official generatePieces
Ldzt;generatePieces(Ldzy;Ldzt$a;)V
intermediary generatePieces
Lnet/minecraft/class_6622;generatePieces(Lnet/minecraft/class_6626;Lnet/minecraft/class_6622$class_6623;)V
named generatePieces
Lnet/minecraft/structure/StructurePiecesGenerator;generatePieces(Lnet/minecraft/structure/StructurePiecesCollector;Lnet/minecraft/structure/StructurePiecesGenerator$Context;)V
-