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

Method getClassSet

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

Gets the Set of PCClass objects for this Character. @return a set of PCClass objects

()

Source from the content-addressed store, hash-verified

934 * @return a set of PCClass objects
935 */
936 public Set<PCClass> getClassSet()
937 {
938 return classFacet.getSet(id);
939 }
940
941 /**
942 * Set the cost pool, which is the number of points the character has spent.

Callers 15

getClassKeyedMethod · 0.95
getClassListMethod · 0.95
getNumFeatsFromLevelsMethod · 0.95
setMasterMethod · 0.95
getOldFollowerLimitMethod · 0.95
getAttackStringMethod · 0.95
getMaxRankMethod · 0.95
isSpellCasterMethod · 0.95
addTemplateMethod · 0.95
canCastSpellTypeLevelMethod · 0.95

Calls 1

getSetMethod · 0.65

Tested by 4

passesMethod · 0.36
passesMethod · 0.36
passesMethod · 0.36
passesMethod · 0.36