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

Method writeCustomRaces

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

Source from the content-addressed store, hash-verified

552 }
553
554 private static void writeCustomRaces()
555 {
556 writeCustomPObjects(customRaceFilePath(true),
557 Globals.getContext().getReferenceContext().getConstructedCDOMObjects(Race.class).iterator());
558 }
559
560 private static void writeCustomSkills()
561 {

Callers 1

writeCustomFilesMethod · 0.95

Calls 6

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

Tested by

no test coverage detected