()
| 389 | } |
| 390 | |
| 391 | public IStorage<PrintSheet> getPrintSheets() { |
| 392 | if (printSheets == null) |
| 393 | printSheets = PrintSheet.initializePrintSheets(new File(blockDataFolder, "printsheets.txt"), getEditions()); |
| 394 | return printSheets; |
| 395 | } |
| 396 | |
| 397 | public CardDb getCommonCards() { |
| 398 | return commonCards; |
no test coverage detected