Package net.minecraft.structure
Class MineshaftPieces
java.lang.Object
net.minecraft.structure.MineshaftPieces
- Mappings:
Namespace Name official avtintermediary net/minecraft/class_1253named net/minecraft/structure/MineshaftPieces
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static StructurePiecepickPiece(List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength) private static StructurePiecepieceGenerator(StructurePiece start, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength) static void
-
Constructor Details
-
MineshaftPieces
public MineshaftPieces()
-
-
Method Details
-
registerPieces
public static void registerPieces()- Mappings:
Namespace Name Mixin selector official aLavt;a()Vintermediary method_5508Lnet/minecraft/class_1253;method_5508()Vnamed registerPiecesLnet/minecraft/structure/MineshaftPieces;registerPieces()V
-
pickPiece
private static StructurePiece pickPiece(List<StructurePiece> pieces, Random random, int x, int y, int z, @Nullable Direction orientation, int chainLength) - Mappings:
Namespace Name Mixin selector official aLavt;a(Ljava/util/List;Ljava/util/Random;IIILcs;I)Lawg;intermediary method_4049Lnet/minecraft/class_1253;method_4049(Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/class_1354;I)Lnet/minecraft/class_34;named pickPieceLnet/minecraft/structure/MineshaftPieces;pickPiece(Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/StructurePiece;
-
pieceGenerator
private static StructurePiece pieceGenerator(StructurePiece start, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength) - Mappings:
Namespace Name Mixin selector official bLavt;b(Lawg;Ljava/util/List;Ljava/util/Random;IIILcs;I)Lawg;intermediary method_4050Lnet/minecraft/class_1253;method_4050(Lnet/minecraft/class_34;Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/class_1354;I)Lnet/minecraft/class_34;named pieceGeneratorLnet/minecraft/structure/MineshaftPieces;pieceGenerator(Lnet/minecraft/structure/StructurePiece;Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/StructurePiece;
-