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

Method getSkillSet

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

Get skill list. @return list of skills

()

Source from the content-addressed store, hash-verified

1825 * @return list of skills
1826 */
1827 public Collection<Skill> getSkillSet()
1828 {
1829 return skillFacet.getSet(id);
1830 }
1831
1832 /**
1833 * Get skill points.

Callers 10

testSkillsVisibilityMethod · 0.95
setMasterMethod · 0.95
getSkillPointsMethod · 0.95
makeIntoExClassMethod · 0.95
getImitatorsMethod · 0.45
getImitatorsMethod · 0.45
subLevelMethod · 0.45
appendSkillLinesMethod · 0.45
getUsedSkillPointsMethod · 0.45
getDataMethod · 0.45

Calls 1

getSetMethod · 0.65

Tested by 3

testSkillsVisibilityMethod · 0.76
getImitatorsMethod · 0.36
getImitatorsMethod · 0.36