Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSimpleNameReplacement
Method · 0.95
testFeatPasses
Method · 0.95
testAddAbility
Method · 0.95
testAddFeatAbility
Method · 0.95
testAddLevelAbility
Method · 0.95
testAddLevelFeatAbility
Method · 0.95
testAssociatedBonus
Method · 0.95
testAddAbility
Method · 0.95
testGetHighestLevelSpell
Method · 0.95
testGetBonusSpellSplots
Method · 0.95
testAddAbility
Method · 0.95
testMultiFeats
Method · 0.95
Calls
1
put
Method · 0.65
Tested by
15
testSimpleNameReplacement
Method · 0.76
testFeatPasses
Method · 0.76
testAddAbility
Method · 0.76
testAddFeatAbility
Method · 0.76
testAddLevelAbility
Method · 0.76
testAddLevelFeatAbility
Method · 0.76
testAssociatedBonus
Method · 0.76
testAddAbility
Method · 0.76
testGetHighestLevelSpell
Method · 0.76
testGetBonusSpellSplots
Method · 0.76
testAddAbility
Method · 0.76
testMultiFeats
Method · 0.76