Interface StructurePoolBasedGenerator.PieceFactory

Enclosing class:
StructurePoolBasedGenerator
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 static interface StructurePoolBasedGenerator.PieceFactory
Mappings:
Namespace Name
official diu$a
intermediary net/minecraft/class_3778$class_3779
named net/minecraft/structure/pool/StructurePoolBasedGenerator$PieceFactory
  • Method Details

    • create

      PoolStructurePiece create(StructureManager structureManager, StructurePoolElement poolElement, BlockPos pos, int groundLevelDelta, BlockRotation rotation, BlockBox elementBounds)
      Mappings:
      Namespace Name Mixin selector
      official create Ldiu$a;create(Ldlk;Ldiy;Lgm;ILcmo;Ldhj;)Ldhn;
      intermediary create Lnet/minecraft/class_3778$class_3779;create(Lnet/minecraft/class_3485;Lnet/minecraft/class_3784;Lnet/minecraft/class_2338;ILnet/minecraft/class_2470;Lnet/minecraft/class_3341;)Lnet/minecraft/class_3790;
      named create Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$PieceFactory;create(Lnet/minecraft/structure/StructureManager;Lnet/minecraft/structure/pool/StructurePoolElement;Lnet/minecraft/util/math/BlockPos;ILnet/minecraft/util/BlockRotation;Lnet/minecraft/util/math/BlockBox;)Lnet/minecraft/structure/PoolStructurePiece;