MCPcopy 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

testDescriptionMethod · 0.95

Calls 12

getInfoTokenMethod · 0.95
errorPrintMethod · 0.95
isEmptyMethod · 0.65
getMethod · 0.65
equalsMethod · 0.65
getNameMethod · 0.65
getListForMethod · 0.65
getDescriptionMethod · 0.65
toStringMethod · 0.65
getAbilityMethod · 0.45
getDescriptionKeyMethod · 0.45
appendMethod · 0.45

Tested by 1

testDescriptionMethod · 0.76