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

Method getUnmodifiableBonusStackList

code/src/java/pcgen/core/GameMode.java:1724–1727  ·  view source on GitHub ↗

Return an unmodifiable version of the bonus stacking list. @return an unmodifiable version of the bonus stacking list.

()

Source from the content-addressed store, hash-verified

1722 * @return an <b>unmodifiable</b> version of the bonus stacking list.
1723 */
1724 List<String> getUnmodifiableBonusStackList()
1725 {
1726 return Collections.unmodifiableList(bonusStackList);
1727 }
1728
1729 /**
1730 * Gets the <tt>AbilityCategory</tt> for the given key.

Callers 2

setActiveBonusStackMethod · 0.80
setBonusStackForMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected