Uses of Class
net.minecraft.structure.NetherFortressGenerator.PieceData
Packages that use NetherFortressGenerator.PieceData
-
Uses of NetherFortressGenerator.PieceData in net.minecraft.structure
Fields in net.minecraft.structure declared as NetherFortressGenerator.PieceDataModifier and TypeFieldDescriptionprivate static NetherFortressGenerator.PieceData[]
NetherFortressGenerator.ALL_BRIDGE_PIECES
private static NetherFortressGenerator.PieceData[]
NetherFortressGenerator.ALL_CORRIDOR_PIECES
NetherFortressGenerator.Start.lastPiece
Fields in net.minecraft.structure with type parameters of type NetherFortressGenerator.PieceDataModifier and TypeFieldDescriptionNetherFortressGenerator.Start.bridgePieces
NetherFortressGenerator.Start.corridorPieces
Methods in net.minecraft.structure with parameters of type NetherFortressGenerator.PieceDataModifier and TypeMethodDescriptionprivate static NetherFortressGenerator.Piece
NetherFortressGenerator.createPiece(NetherFortressGenerator.PieceData pieceData, class_6130 class_6130, Random random, int x, int y, int z, Direction orientation, int chainLength)
Method parameters in net.minecraft.structure with type arguments of type NetherFortressGenerator.PieceDataModifier and TypeMethodDescriptionprivate int
NetherFortressGenerator.Piece.checkRemainingPieces(List<NetherFortressGenerator.PieceData> possiblePieces)
private NetherFortressGenerator.Piece
NetherFortressGenerator.Piece.pickPiece(NetherFortressGenerator.Start start, List<NetherFortressGenerator.PieceData> possiblePieces, class_6130 class_6130, Random random, int x, int y, int z, Direction orientation, int chainLength)