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

Method setCDOMCategory

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

Source from the content-addressed store, hash-verified

163 }
164
165 @Override
166 public void setCDOMCategory(Category<Ability> cat)
167 {
168 put(ObjectKey.ABILITY_CAT, cat);
169 }
170
171 @Override
172 public ListKey<Description> getDescriptionKey()

Callers 15

testFeatPassesMethod · 0.95
testAddAbilityMethod · 0.95
testAddFeatAbilityMethod · 0.95
testAddLevelAbilityMethod · 0.95
testAssociatedBonusMethod · 0.95
testAddAbilityMethod · 0.95
testAddAbilityMethod · 0.95
testMultiFeatsMethod · 0.95

Calls 1

putMethod · 0.65

Tested by 15

testFeatPassesMethod · 0.76
testAddAbilityMethod · 0.76
testAddFeatAbilityMethod · 0.76
testAddLevelAbilityMethod · 0.76
testAssociatedBonusMethod · 0.76
testAddAbilityMethod · 0.76
testAddAbilityMethod · 0.76
testMultiFeatsMethod · 0.76