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

Method getAbilityCategory

code/src/java/pcgen/cdom/content/CNAbility.java:105–108  ·  view source on GitHub ↗

Returns the Category for the Ability in this CNAbility. @return The Category for the Ability in this CNAbility.

()

Source from the content-addressed store, hash-verified

103 * @return The Category for the Ability in this CNAbility.
104 */
105 public Category<Ability> getAbilityCategory()
106 {
107 return category;
108 }
109
110 /**
111 * Returns a String representation of this CNAbility.

Callers 13

applyChoiceMethod · 0.95
removeChoiceMethod · 0.95
addElementMethod · 0.95
canCoExistMethod · 0.95
hasAbilityVisibleToMethod · 0.95
getPoolAbilitiesMethod · 0.95
getCNAbilitiesMethod · 0.95
hasAbilityKeyedMethod · 0.95
hasAbilityInPoolMethod · 0.95
appendAbilityLinesMethod · 0.95
containsExpectedMethod · 0.95
containsExpectedMethod · 0.95

Calls

no outgoing calls

Tested by 2

containsExpectedMethod · 0.76
containsExpectedMethod · 0.76