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

Method getTotalStatFor

code/src/java/pcgen/core/PlayerCharacter.java:9386–9389  ·  view source on GitHub ↗
(PCStat stat)

Source from the content-addressed store, hash-verified

9384 }
9385
9386 public int getTotalStatFor(PCStat stat)
9387 {
9388 return statCalcFacet.getTotalStatFor(id, stat);
9389 }
9390
9391 public int getStatModFor(PCStat stat)
9392 {

Callers 9

testGetTotalStatForMethod · 0.95
testMinValueStatMethod · 0.95
getTotalStatAtLevelMethod · 0.95
passesMethod · 0.45
getScoreTotalStringMethod · 0.45
getScoreOtherBonusMethod · 0.45
getKnownForLevelMethod · 0.45
getCastForLevelMethod · 0.45
getStatTokenMethod · 0.45

Calls

no outgoing calls

Tested by 3

testGetTotalStatForMethod · 0.76
testMinValueStatMethod · 0.76
passesMethod · 0.36