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

Method getData

code/src/java/pcgen/util/JepCountType.java:132–136  ·  view source on GitHub ↗
(final PlayerCharacter pc)

Source from the content-addressed store, hash-verified

130 public static final JepCountType CAMPAIGNHISTORY = new JepCountFilterable<ChronicleEntry>()
131 {
132 @Override
133 protected Collection<ChronicleEntry> getData(final PlayerCharacter pc)
134 {
135 return pc.getDisplay().getChronicleEntries();
136 }
137
138 @Override
139 public Double count(PlayerCharacter pc, Object[] params) throws ParseException

Callers

nothing calls this directly

Calls 7

getChronicleEntriesMethod · 0.65
getDisplayMethod · 0.45
getClassSetMethod · 0.45
getDomainSetMethod · 0.45
getLanguageSetMethod · 0.45
getSkillSetMethod · 0.45

Tested by

no test coverage detected