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

Method getPaperCount

code/src/java/pcgen/core/Globals.java:303–307  ·  view source on GitHub ↗

Get paper count @return paper count

()

Source from the content-addressed store, hash-verified

301 * @return paper count
302 */
303 public static int getPaperCount()
304 {
305 return SettingsHandler.getGameAsProperty().get().getModeContext().getReferenceContext()
306 .getConstructedObjectCount(PaperInfo.class);
307 }
308
309 /**
310 * Get paper info

Callers 2

OutputPanelMethod · 0.95
getPaperInfoMethod · 0.95

Calls 5

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

Tested by

no test coverage detected