(Category<Ability> cat)
| 9654 | } |
| 9655 | |
| 9656 | public List<CNAbility> getPoolAbilities(Category<Ability> cat) |
| 9657 | { |
| 9658 | return new ArrayList<>(grantedAbilityFacet.getPoolAbilities(id, cat)); |
| 9659 | } |
| 9660 | |
| 9661 | public Collection<CNAbility> getPoolAbilities(Category<Ability> cat, Nature n) |
| 9662 | { |
no outgoing calls