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

Method isNonAbility

code/src/java/pcgen/core/PlayerCharacter.java:3241–3244  ·  view source on GitHub ↗

Checks if the stat is a non ability. @return true, if is non ability

(PCStat stat)

Source from the content-addressed store, hash-verified

3239 * @return true, if is non ability
3240 */
3241 public boolean isNonAbility(PCStat stat)
3242 {
3243 return nonAbilityFacet.isNonAbility(id, stat);
3244 }
3245
3246 public int getOffHandLightBonus()
3247 {

Callers 15

testIsNonAbilityMethod · 0.95
getStatAdjustmentsMethod · 0.45
getModTotalMethod · 0.45
getScoreTotalStringMethod · 0.45
getScoreRaceBonusMethod · 0.45
getScoreOtherBonusMethod · 0.45
getTokenMethod · 0.45
getStatTokenMethod · 0.45
getModTokenMethod · 0.45
getBaseTokenMethod · 0.45

Calls

no outgoing calls