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

Method toString

code/src/java/pcgen/core/bonus/BonusObj.java:341–345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339 }
340
341 @Override
342 public String toString()
343 {
344 return getPCCText();
345 }
346
347 protected void setBonusName(final String aName)
348 {

Callers 3

testSkillPrereqMethod · 0.95
getBonusListMethod · 0.95

Calls 1

getPCCTextMethod · 0.95

Tested by 1

testSkillPrereqMethod · 0.76