Package net.minecraft.structure.pool
Interface StructurePoolBasedGenerator.PieceFactory
- Enclosing class:
- StructurePoolBasedGenerator
public static interface StructurePoolBasedGenerator.PieceFactory
- Mappings:
Namespace Name official cts$a
intermediary net/minecraft/class_3778$class_3779
named net/minecraft/structure/pool/StructurePoolBasedGenerator$PieceFactory
-
Method Summary
Modifier and Type Method Description PoolStructurePiece
create(StructureManager structureManager, StructurePoolElement poolElement, BlockPos pos, int int2, BlockRotation rotation, BlockBox elementBounds)
-
Method Details
-
create
PoolStructurePiece create(StructureManager structureManager, StructurePoolElement poolElement, BlockPos pos, int int2, BlockRotation rotation, BlockBox elementBounds)- Mappings:
Namespace Name Mixin selector official create
Lcts$a;create(Lcyj;Lctw;Lfx;ILccm;Lcwn;)Lcxb;
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;
-