Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getActiveBonusList
Method
getActiveBonusList
code/src/java/pcgen/core/BonusManager.java:410–413 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
408
}
409
410
public
Collection<BonusObj> getActiveBonusList()
411
{
412
return
activeBonusBySource.keySet();
413
}
414
415
public
void
setActiveBonusList()
416
{
Callers
5
buildActiveBonusMap
Method · 0.95
processBonus
Method · 0.95
getPartialStatBonusFor
Method · 0.95
getModifierExplanation
Method · 0.45
getSituationModifierExplanation
Method · 0.45
Calls
1
keySet
Method · 0.45
Tested by
no test coverage detected