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

Method getDomainSource

code/src/java/pcgen/core/PlayerCharacter.java:8535–8538  ·  view source on GitHub ↗
(Domain d)

Source from the content-addressed store, hash-verified

8533 }
8534
8535 public ClassSource getDomainSource(Domain d)
8536 {
8537 return domainFacet.getSource(id, d);
8538 }
8539
8540 public Map<String, String> getBonusStrings(String bonusString, String substring)
8541 {

Callers 11

getDCMethod · 0.95
getConcentrationMethod · 0.95
getCastForLevelMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
applyDomainMethod · 0.45
removeDomainMethod · 0.45
getVariableSourceMethod · 0.45

Calls 1

getSourceMethod · 0.65

Tested by

no test coverage detected