()
| 333 | } |
| 334 | |
| 335 | private static List<PaperInfo> getSortedPaperInfo() |
| 336 | { |
| 337 | List<PaperInfo> items = new ArrayList<>(SettingsHandler.getGameAsProperty().get().getModeContext().getReferenceContext() |
| 338 | .getConstructedCDOMObjects(PaperInfo.class)); |
| 339 | items.sort(Comparator.comparing(SortKeyRequired::getSortKey)); |
| 340 | return items; |
| 341 | } |
| 342 | |
| 343 | /** |
| 344 | * Sets the root frame |
no test coverage detected