public class NetherFortressGenerator extends Object
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
private static NetherFortressGenerator.PieceData[] |
ALL_BRIDGE_PIECES |
private static NetherFortressGenerator.PieceData[] |
ALL_CORRIDOR_PIECES |
Constructor and Description |
---|
NetherFortressGenerator() |
Modifier and Type | Method and Description |
---|---|
private static NetherFortressGenerator.Piece |
createPiece(NetherFortressGenerator.PieceData pieceData,
List<StructurePiece> pieces,
Random random,
int x,
int y,
int z,
Direction orientation,
int chainLength) |
private static final NetherFortressGenerator.PieceData[] ALL_BRIDGE_PIECES
private static final NetherFortressGenerator.PieceData[] ALL_CORRIDOR_PIECES
private static NetherFortressGenerator.Piece createPiece(NetherFortressGenerator.PieceData pieceData, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength)