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 TypeFieldDescription(package private) static final NetherFortressGenerator.PieceData[]
NetherFortressGenerator.ALL_BRIDGE_PIECES
(package private) static final 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 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) 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, StructurePiecesHolder holder, Random random, int x, int y, int z, Direction orientation, int chainLength)