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

Method getBonusMap

code/src/java/pcgen/core/Equipment.java:5782–5790  ·  view source on GitHub ↗

Get the map of bonuses for this object @return bonusMap

()

Source from the content-addressed store, hash-verified

5780 * @return bonusMap
5781 */
5782 public Map<String, String> getBonusMap()
5783 {
5784 if (bonusMap == null)
5785 {
5786 bonusMap = new HashMap<>();
5787 }
5788
5789 return bonusMap;
5790 }
5791
5792 /**
5793 * Put the key/value pair into the bonus map

Callers 4

bonusToMethod · 0.95
putBonusMapMethod · 0.95
setBonusStackForMethod · 0.95
calcAmmoEqCorrectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected