Uses of Class
net.minecraft.structure.NetherFortressGenerator.PieceData
-
Uses of NetherFortressGenerator.PieceData in net.minecraft.structure
Modifier and TypeFieldDescription(package private) static final NetherFortressGenerator.PieceData[]
NetherFortressGenerator.ALL_BRIDGE_PIECES
(package private) static final NetherFortressGenerator.PieceData[]
NetherFortressGenerator.ALL_CORRIDOR_PIECES
NetherFortressGenerator.Start.lastPiece
Modifier and TypeFieldDescriptionNetherFortressGenerator.Start.bridgePieces
NetherFortressGenerator.Start.corridorPieces
Modifier and TypeMethodDescription(package private) static NetherFortressGenerator.Piece
NetherFortressGenerator.createPiece
(NetherFortressGenerator.PieceData pieceData, StructurePiecesHolder holder, Random random, int x, int y, int z, Direction orientation, int chainLength) Modifier and TypeMethodDescriptionprivate int
NetherFortressGenerator.Piece.checkRemainingPieces
(List<NetherFortressGenerator.PieceData> possiblePieces) private NetherFortressGenerator.Piece
NetherFortressGenerator.Piece.pickPiece
(NetherFortressGenerator.Start start, List<NetherFortressGenerator.PieceData> possiblePieces, StructurePiecesHolder holder, Random random, int x, int y, int z, Direction orientation, int chainLength)