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

Method getClassList

code/src/java/pcgen/core/PlayerCharacter.java:923–929  ·  view source on GitHub ↗

Get the class list. @return classList

()

Source from the content-addressed store, hash-verified

921 * @return classList
922 */
923 public List<PCClass> getClassList()
924 {
925 /*
926 * TODO This is a discussion we have to have about where items are sorted
927 */
928 return new ArrayList<>(getClassSet());
929 }
930
931 /**
932 * Gets the Set of PCClass objects for this Character.

Callers 15

testHPMethod · 0.95
checkSkillModChangeMethod · 0.95
getSkillPropValueMethod · 0.45
getClassAbbTokenMethod · 0.45
getClassTokenMethod · 0.45
getLevelTokenMethod · 0.45
getSAListTokenMethod · 0.45
getTypeMethod · 0.45
getClassTypeMethod · 0.45
isMonsterMethod · 0.45
allowMethod · 0.45

Calls 1

getClassSetMethod · 0.95

Tested by 1

testHPMethod · 0.76