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.

@FunctionalInterface public interface StructurePiecesGenerator<C extends FeatureConfig>
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 dpc
intermediary net/minecraft/class_6622
named net/minecraft/structure/StructurePiecesGenerator
  • Method Details

    • generatePieces

      void generatePieces(StructurePiecesCollector collector, StructurePiecesGenerator.Context<C> context)
      Mappings:
      Namespace Name Mixin selector
      official generatePieces Ldpc;generatePieces(Ldph;Ldpc$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