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

Method getBonus

code/src/java/pcgen/rules/persistence/TokenLibrary.java:654–657  ·  view source on GitHub ↗
(String bonusName)

Source from the content-addressed store, hash-verified

652 }
653
654 public static Class<? extends BonusObj> getBonus(String bonusName)
655 {
656 return BONUS_TAG_MAP.get(bonusName);
657 }
658
659 /**
660 * Returns the CDOMInterfaceToken of the given name. null is returned if there is no

Callers 1

newBonusMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected