Uses of Class
net.minecraft.structure.NetherFortressPieces.PieceData
Packages that use NetherFortressPieces.PieceData
-
Uses of NetherFortressPieces.PieceData in net.minecraft.structure
Fields in net.minecraft.structure declared as NetherFortressPieces.PieceDataModifier and TypeFieldDescriptionprivate static final NetherFortressPieces.PieceData[]NetherFortressPieces.ALL_BRIDGE_PIECESprivate static final NetherFortressPieces.PieceData[]NetherFortressPieces.ALL_CORRIDOR_PIECESNetherFortressPieces.StartPiece.lastPieceFields in net.minecraft.structure with type parameters of type NetherFortressPieces.PieceDataModifier and TypeFieldDescriptionNetherFortressPieces.StartPiece.bridgePiecesNetherFortressPieces.StartPiece.corridorPiecesMethods in net.minecraft.structure with parameters of type NetherFortressPieces.PieceDataModifier and TypeMethodDescriptionprivate static NetherFortressPieces.AbstractPieceNetherFortressPieces.createPiece(NetherFortressPieces.PieceData pieceData, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength) Method parameters in net.minecraft.structure with type arguments of type NetherFortressPieces.PieceDataModifier and TypeMethodDescriptionprivate intNetherFortressPieces.AbstractPiece.checkRemainingPieces(List<NetherFortressPieces.PieceData> possiblePieces) NetherFortressPieces.AbstractPiece.pickPiece(NetherFortressPieces.StartPiece start, List<NetherFortressPieces.PieceData> possiblePieces, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength)