Package net.minecraft.structure
Class NetherFortressGenerator
java.lang.Object
net.minecraft.structure.NetherFortressGenerator
public class NetherFortressGenerator extends Object
- Mappings:
Namespace Name official cwv
intermediary net/minecraft/class_3390
named net/minecraft/structure/NetherFortressGenerator
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NetherFortressGenerator.Bridge
static class
NetherFortressGenerator.BridgeCrossing
static class
NetherFortressGenerator.BridgeEnd
static class
NetherFortressGenerator.BridgePlatform
static class
NetherFortressGenerator.BridgeSmallCrossing
static class
NetherFortressGenerator.BridgeStairs
static class
NetherFortressGenerator.CorridorBalcony
static class
NetherFortressGenerator.CorridorCrossing
static class
NetherFortressGenerator.CorridorExit
static class
NetherFortressGenerator.CorridorLeftTurn
static class
NetherFortressGenerator.CorridorNetherWartsRoom
static class
NetherFortressGenerator.CorridorRightTurn
static class
NetherFortressGenerator.CorridorStairs
(package private) static class
NetherFortressGenerator.Piece
(package private) static class
NetherFortressGenerator.PieceData
static class
NetherFortressGenerator.SmallCorridor
static class
NetherFortressGenerator.Start
-
Field Summary
Fields Modifier and Type Field Description private static NetherFortressGenerator.PieceData[]
ALL_BRIDGE_PIECES
private static NetherFortressGenerator.PieceData[]
ALL_CORRIDOR_PIECES
-
Constructor Summary
Constructors Constructor Description NetherFortressGenerator()
-
Method Summary
Modifier and Type Method Description private static NetherFortressGenerator.Piece
createPiece(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 a
Lcwv;a:[Lcwv$n;
intermediary field_14494
Lnet/minecraft/class_3390;field_14494:[Lnet/minecraft/class_3390$class_3404;
named ALL_BRIDGE_PIECES
Lnet/minecraft/structure/NetherFortressGenerator;ALL_BRIDGE_PIECES:[Lnet/minecraft/structure/NetherFortressGenerator$PieceData;
-
ALL_CORRIDOR_PIECES
- Mappings:
Namespace Name Mixin selector official b
Lcwv;b:[Lcwv$n;
intermediary field_14493
Lnet/minecraft/class_3390;field_14493:[Lnet/minecraft/class_3390$class_3404;
named ALL_CORRIDOR_PIECES
Lnet/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 b
Lcwv;b(Lcwv$n;Ljava/util/List;Ljava/util/Random;IIILgc;I)Lcwv$m;
intermediary method_14795
Lnet/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 createPiece
Lnet/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;
-