MCPcopy Create free account
hub / github.com/PCGen/pcgen / getSortedPaperInfo

Method getSortedPaperInfo

code/src/java/pcgen/core/Globals.java:335–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

getPaperInfoMethod · 0.95
selectPaperMethod · 0.95

Calls 6

getGameAsPropertyMethod · 0.95
getModeContextMethod · 0.80
getReferenceContextMethod · 0.65
getMethod · 0.65
sortMethod · 0.45

Tested by

no test coverage detected