Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSkillsVisibility
Method · 0.95
setMaster
Method · 0.95
getSkillPoints
Method · 0.95
makeIntoExClass
Method · 0.95
getImitators
Method · 0.45
getImitators
Method · 0.45
subLevel
Method · 0.45
appendSkillLines
Method · 0.45
getUsedSkillPoints
Method · 0.45
getData
Method · 0.45
Calls
1
getSet
Method · 0.65
Tested by
3
testSkillsVisibility
Method · 0.76
getImitators
Method · 0.36
getImitators
Method · 0.36