Package net.minecraft.structure
Class NetherFortressGenerator
java.lang.Object
net.minecraft.structure.NetherFortressGenerator
public class NetherFortressGenerator extends Object
- Mappings:
Namespace Name official cwvintermediary 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_PIECES -
Constructor Summary
Constructors Constructor Description NetherFortressGenerator() -
Method Summary
Modifier and Type Method Description private static NetherFortressGenerator.PiececreatePiece(NetherFortressGenerator.PieceData pieceData, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength)
-
Field Details
-
ALL_BRIDGE_PIECES
- Mappings:
Namespace Name Mixin selector official aLcwv;a:[Lcwv$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 bLcwv;b:[Lcwv$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, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength)- Mappings:
Namespace Name Mixin selector official bLcwv;b(Lcwv$n;Ljava/util/List;Ljava/util/Random;IIILgc;I)Lcwv$m;intermediary method_14795Lnet/minecraft/class_3390;method_14795(Lnet/minecraft/class_3390$class_3404;Ljava/util/List;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;Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/NetherFortressGenerator$Piece;
-