Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getBonusInfoList
Method
getBonusInfoList
code/src/java/pcgen/core/bonus/BonusObj.java:116–119 ·
view source on GitHub ↗
get Bonus Info List @return Bonus Info List
()
Source
from the content-addressed store, hash-verified
114
* @
return
Bonus Info List
115
*/
116
public
List<?> getBonusInfoList()
117
{
118
return
bonusInfo;
119
}
120
121
/**
122
* Get Bonus Name
Callers
5
process
Method · 0.80
getPartialStatBonusFor
Method · 0.80
bonusToThisSkill
Method · 0.80
bonusForThisSkill
Method · 0.80
getBonusFromList
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected