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

Method isApplied

code/src/java/pcgen/core/PlayerCharacter.java:8545–8548  ·  view source on GitHub ↗
(BonusObj bonus)

Source from the content-addressed store, hash-verified

8543 }
8544
8545 public boolean isApplied(BonusObj bonus)
8546 {
8547 return appliedBonusFacet.contains(id, bonus);
8548 }
8549
8550 public SpellSupportForPCClass getSpellSupport(PCClass cl)
8551 {

Callers 10

testSkillPrereqMethod · 0.95
getActiveBonusesMethod · 0.80
getNamedTempBonusListMethod · 0.80
getTempBonusesMethod · 0.80
getActiveBonusesMethod · 0.80
getActiveBonusesMethod · 0.80

Calls 1

containsMethod · 0.65

Tested by 1

testSkillPrereqMethod · 0.76