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

Method writeCustomDeities

code/src/java/pcgen/core/CustomData.java:478–482  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476 }
477
478 private static void writeCustomDeities()
479 {
480 writeCustomPObjects(customDeityFilePath(true),
481 Globals.getContext().getReferenceContext().getConstructedCDOMObjects(Deity.class).iterator());
482 }
483
484 private static void writeCustomDomains()
485 {

Callers 1

writeCustomFilesMethod · 0.95

Calls 6

writeCustomPObjectsMethod · 0.95
customDeityFilePathMethod · 0.95
getContextMethod · 0.95
getReferenceContextMethod · 0.65
iteratorMethod · 0.45

Tested by

no test coverage detected