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

Method getTempBonusList

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

Get the list of temporary bonuses for this list @return the list of temporary bonuses for this list

()

Source from the content-addressed store, hash-verified

5977 * @return the list of temporary bonuses for this list
5978 */
5979 private List<BonusObj> getTempBonusList()
5980 {
5981 return getSafeListFor(ListKey.TEMP_BONUS);
5982 }
5983
5984 /**
5985 * Add to the list of temporary bonuses

Callers 1

bonusToMethod · 0.95

Calls 1

getSafeListForMethod · 0.65

Tested by

no test coverage detected