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

Method getPoolAbilities

code/src/java/pcgen/core/PlayerCharacter.java:9656–9659  ·  view source on GitHub ↗
(Category<Ability> cat)

Source from the content-addressed store, hash-verified

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 {

Callers 15

getAbilityPoolSpentMethod · 0.95
allowMethod · 0.45
getAbilityListMethod · 0.45
getAbilityListMethod · 0.45
getAbilityListMethod · 0.45
getAbilityListMethod · 0.45
getAbilityListMethod · 0.45
getAbilityListMethod · 0.45
getAbilityListMethod · 0.45
getAbilityListMethod · 0.45
getAbilityListMethod · 0.45
getAbilityListMethod · 0.45

Calls

no outgoing calls

Tested by 10

getCountMethod · 0.36
containsExpectedMethod · 0.36
getCountMethod · 0.36
containsExpectedMethod · 0.36
getCountMethod · 0.36
containsExpectedMethod · 0.36
containsExpectedMethod · 0.36
getCountMethod · 0.36
getCountMethod · 0.36
containsExpectedMethod · 0.36