Return an unmodifiable version of the bonus stacking list. @return an unmodifiable version of the bonus stacking list.
()
| 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. |
no outgoing calls
no test coverage detected