Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSkillPrereq
Method · 0.95
getActiveBonuses
Method · 0.80
getPartialStatBonusFor
Method · 0.80
getNamedTempBonusList
Method · 0.80
getNamedTempBonusDescList
Method · 0.80
getTempBonuses
Method · 0.80
getActiveBonuses
Method · 0.80
getActiveBonuses
Method · 0.80
getModifierExplanation
Method · 0.80
getSituationModifierExplanation
Method · 0.80
Calls
1
contains
Method · 0.65
Tested by
1
testSkillPrereq
Method · 0.76