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

Method hasBonuses

code/src/java/pcgen/core/AgeSet.java:67–70  ·  view source on GitHub ↗

Returns true if this AgeSet has BONUS objects. @return true if this AgeSet has BONUS objects; false otherwise

()

Source from the content-addressed store, hash-verified

65 * @return true if this AgeSet has BONUS objects; false otherwise
66 */
67 public boolean hasBonuses()
68 {
69 return bonuses != null && !bonuses.isEmpty();
70 }
71
72 /**
73 * Returns the AgeSet Index of this AgeSet.

Callers 2

getAgeSetMethod · 0.95
addToAgeMapMethod · 0.80

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected