Package net.minecraft.structure.pool
Interface StructurePoolBasedGenerator.PieceFactory
- Enclosing class:
StructurePoolBasedGenerator
public static interface StructurePoolBasedGenerator.PieceFactory
- Mappings:
Namespace Name official dgm$a
intermediary net/minecraft/class_3778$class_3779
named net/minecraft/structure/pool/StructurePoolBasedGenerator$PieceFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(StructureManager structureManager, StructurePoolElement poolElement, BlockPos pos, int groundLevelDelta, BlockRotation rotation, BlockBox elementBounds)
-
Method Details
-
create
PoolStructurePiece create(StructureManager structureManager, StructurePoolElement poolElement, BlockPos pos, int groundLevelDelta, BlockRotation rotation, BlockBox elementBounds) - Mappings:
Namespace Name Mixin selector official create
Ldgm$a;create(Ldhr;Ldgq;Lgj;ILcjm;Ldeo;)Ldfe;
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;
-