Interface PieceGenerator<C extends FeatureConfiguration>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
PieceGenerator.Context<C extends FeatureConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generatePieces
(StructurePiecesBuilder pBuilder, PieceGenerator.Context<C> pContext)
-
Method Details
-
generatePieces
-