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

Method getSkillOrder

code/src/java/pcgen/core/PlayerCharacter.java:9376–9379  ·  view source on GitHub ↗
(Skill skill)

Source from the content-addressed store, hash-verified

9374 }
9375
9376 public Integer getSkillOrder(Skill skill)
9377 {
9378 return skillOutputOrderFacet.get(id, skill);
9379 }
9380
9381 public int getBaseStatFor(PCStat stat)
9382 {

Callers 7

compareMethod · 0.80
resortSelectedMethod · 0.80
getHighestOutputIndexMethod · 0.80
appendSkillLinesMethod · 0.80
getUsedSkillPointsMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected