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

Method useTempBonusList

code/src/java/pcgen/core/character/EquipSet.java:468–471  ·  view source on GitHub ↗

true if temp bonus list is not empty. @return true if temp bonus list is not empty

()

Source from the content-addressed store, hash-verified

466 * @return true if temp bonus list is not empty
467 */
468 public boolean useTempBonusList()
469 {
470 return !tempBonusBySource.isEmpty();
471 }
472
473 /**
474 * Apply this EquipSet to a PlayerCharacter object.

Callers 1

appendEqSetBonusesMethod · 0.80

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected