Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getTempBonusMap
Method
getTempBonusMap
code/src/java/pcgen/core/BonusManager.java:860–863 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
858
}
859
860
public
Map<BonusObj, TempBonusInfo> getTempBonusMap()
861
{
862
return
new
IdentityHashMap<>(tempBonusBySource);
863
}
864
865
public
Map<String, String> getBonuses(String bonusName, String bonusInfo)
866
{
Callers
6
removeBonusFromCharacter
Method · 0.45
getHTMLInfo
Method · 0.45
buildAppliedTempBonusList
Method · 0.45
getBonusFromName
Method · 0.45
appendEqSetBonuses
Method · 0.45
appendTempBonuses
Method · 0.45
Calls
7
getKey
Method · 0.65
getValue
Method · 0.65
getKeyName
Method · 0.65
getName
Method · 0.65
equals
Method · 0.65
put
Method · 0.65
entrySet
Method · 0.45
Tested by
no test coverage detected