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

Method isClassSkill

code/src/java/pcgen/core/PlayerCharacter.java:7808–7818  ·  view source on GitHub ↗
(Skill sk)

Source from the content-addressed store, hash-verified

7806 }
7807
7808 public boolean isClassSkill(Skill sk)
7809 {
7810 for (PCClass cl : getClassSet())
7811 {
7812 if (isClassSkill(cl, sk))
7813 {
7814 return true;
7815 }
7816 }
7817 return false;
7818 }
7819
7820 private boolean isCrossClassSkill(Skill sk, PCClass pcc)
7821 {

Callers 11

getMaxRankMethod · 0.95
includeSkillMethod · 0.95
passesMethod · 0.45
allowMethod · 0.45
modifierMethod · 0.45
appendSkillLinesMethod · 0.45

Calls 3

getClassSetMethod · 0.95
getClassKeyedMethod · 0.95
getKeyNameMethod · 0.65