Package net.minecraft.structure
Class NetherFortressGenerator
java.lang.Object
net.minecraft.structure.NetherFortressGenerator
public class NetherFortressGenerator extends Object
- Mappings:
Namespace Name official czxintermediary net/minecraft/class_3390named net/minecraft/structure/NetherFortressGenerator
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNetherFortressGenerator.Bridgestatic classNetherFortressGenerator.BridgeCrossingstatic classNetherFortressGenerator.BridgeEndstatic classNetherFortressGenerator.BridgePlatformstatic classNetherFortressGenerator.BridgeSmallCrossingstatic classNetherFortressGenerator.BridgeStairsstatic classNetherFortressGenerator.CorridorBalconystatic classNetherFortressGenerator.CorridorCrossingstatic classNetherFortressGenerator.CorridorExitstatic classNetherFortressGenerator.CorridorLeftTurnstatic classNetherFortressGenerator.CorridorNetherWartsRoomstatic classNetherFortressGenerator.CorridorRightTurnstatic classNetherFortressGenerator.CorridorStairs(package private) static classNetherFortressGenerator.Piece(package private) static classNetherFortressGenerator.PieceDatastatic classNetherFortressGenerator.SmallCorridorstatic classNetherFortressGenerator.Start -
Field Summary
Fields Modifier and Type Field Description private static NetherFortressGenerator.PieceData[]ALL_BRIDGE_PIECESprivate static NetherFortressGenerator.PieceData[]ALL_CORRIDOR_PIECESprivate static intfield_31557private static intfield_31558 -
Constructor Summary
Constructors Constructor Description NetherFortressGenerator() -
Method Summary
Modifier and Type Method Description private static NetherFortressGenerator.PiececreatePiece(NetherFortressGenerator.PieceData pieceData, class_6130 class_6130, Random random, int x, int y, int z, Direction orientation, int chainLength)
-
Field Details
-
field_31557
private static final int field_31557- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official aLczx;a:Iintermediary field_31557Lnet/minecraft/class_3390;field_31557:Inamed field_31557Lnet/minecraft/structure/NetherFortressGenerator;field_31557:I
-
field_31558
private static final int field_31558- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official bLczx;b:Iintermediary field_31558Lnet/minecraft/class_3390;field_31558:Inamed field_31558Lnet/minecraft/structure/NetherFortressGenerator;field_31558:I
-
ALL_BRIDGE_PIECES
- Mappings:
Namespace Name Mixin selector official cLczx;c:[Lczx$n;intermediary field_14494Lnet/minecraft/class_3390;field_14494:[Lnet/minecraft/class_3390$class_3404;named ALL_BRIDGE_PIECESLnet/minecraft/structure/NetherFortressGenerator;ALL_BRIDGE_PIECES:[Lnet/minecraft/structure/NetherFortressGenerator$PieceData;
-
ALL_CORRIDOR_PIECES
- Mappings:
Namespace Name Mixin selector official dLczx;d:[Lczx$n;intermediary field_14493Lnet/minecraft/class_3390;field_14493:[Lnet/minecraft/class_3390$class_3404;named ALL_CORRIDOR_PIECESLnet/minecraft/structure/NetherFortressGenerator;ALL_CORRIDOR_PIECES:[Lnet/minecraft/structure/NetherFortressGenerator$PieceData;
-
-
Constructor Details
-
NetherFortressGenerator
public NetherFortressGenerator()
-
-
Method Details
-
createPiece
private static NetherFortressGenerator.Piece createPiece(NetherFortressGenerator.PieceData pieceData, class_6130 class_6130, Random random, int x, int y, int z, Direction orientation, int chainLength)- Mappings:
Namespace Name Mixin selector official bLczx;b(Lczx$n;Ldal;Ljava/util/Random;IIILgg;I)Lczx$m;intermediary method_14795Lnet/minecraft/class_3390;method_14795(Lnet/minecraft/class_3390$class_3404;Lnet/minecraft/class_6130;Ljava/util/Random;IIILnet/minecraft/class_2350;I)Lnet/minecraft/class_3390$class_3403;named createPieceLnet/minecraft/structure/NetherFortressGenerator;createPiece(Lnet/minecraft/structure/NetherFortressGenerator$PieceData;Lnet/minecraft/class_6130;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/NetherFortressGenerator$Piece;
-