Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getDescription
Method
getDescription
code/src/java/pcgen/core/PlayerCharacter.java:8013–8016 ·
view source on GitHub ↗
(PObject pobj)
Source
from the content-addressed store, hash-verified
8011
}
8012
8013
public
String getDescription(PObject pobj)
8014
{
8015
return
getDescription(Collections.singletonList(pobj));
8016
}
8017
8018
public
String getDescription(List<?> objList)
8019
{
Callers
1
testDescription
Method · 0.95
Calls
12
getInfoToken
Method · 0.95
errorPrint
Method · 0.95
isEmpty
Method · 0.65
get
Method · 0.65
equals
Method · 0.65
getName
Method · 0.65
getListFor
Method · 0.65
getDescription
Method · 0.65
toString
Method · 0.65
getAbility
Method · 0.45
getDescriptionKey
Method · 0.45
append
Method · 0.45
Tested by
1
testDescription
Method · 0.76