Package net.minecraft.structure
Class NetherFortressGenerator
java.lang.Object
net.minecraft.structure.NetherFortressGenerator
public class NetherFortressGenerator extends Object
-
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
-
ALL_CORRIDOR_PIECES
-
-
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)
-