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

Method getBonusName

code/src/java/pcgen/core/bonus/BonusObj.java:125–128  ·  view source on GitHub ↗

Get Bonus Name @return bonus name

()

Source from the content-addressed store, hash-verified

123 * @return bonus name
124 */
125 public String getBonusName()
126 {
127 return bonusName;
128 }
129
130 /**
131 * Get depends on given a key

Callers 9

appendTempBonusesMethod · 0.95
processMethod · 0.45
processBonusMethod · 0.45
bonusToThisSkillMethod · 0.45
addItemCostsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected