Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getDescriptionKey
Method
getDescriptionKey
code/src/java/pcgen/core/Ability.java:171–175 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
}
170
171
@Override
172
public
ListKey<Description> getDescriptionKey()
173
{
174
return
ListKey.DESCRIPTION;
175
}
176
177
@Override
178
public
List<String> getTypes()
Callers
1
getDescription
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected