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

Method getDomainSet

code/src/java/pcgen/core/PlayerCharacter.java:8530–8533  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8528 }
8529
8530 public Set<Domain> getDomainSet()
8531 {
8532 return domainFacet.getSet(id);
8533 }
8534
8535 public ClassSource getDomainSource(Domain d)
8536 {

Callers 8

getPossessedMethod · 0.45
getCastForLevelMethod · 0.45
appendDomainLinesMethod · 0.45
getDataMethod · 0.45

Calls 1

getSetMethod · 0.65

Tested by

no test coverage detected