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

Method getStatSet

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

Source from the content-addressed store, hash-verified

8477 }
8478
8479 public Collection<PCStat> getStatSet()
8480 {
8481 return statFacet.getSet(id);
8482 }
8483
8484 public boolean hasDefaultDomainSource()
8485 {

Callers 8

getModTokenMethod · 0.45
getStatAdjustmentsMethod · 0.45
getUsedStatPoolMethod · 0.45
setScoreBaseMethod · 0.45
subLevelMethod · 0.45
appendStatLinesMethod · 0.45
getTokenMethod · 0.45

Calls 1

getSetMethod · 0.65

Tested by

no test coverage detected