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

Method resortSelected

code/src/java/pcgen/core/display/SkillDisplay.java:148–151  ·  view source on GitHub ↗
(PlayerCharacter pc, SkillsOutputOrder sortSelection)

Source from the content-addressed store, hash-verified

146 }
147
148 public static void resortSelected(PlayerCharacter pc, SkillsOutputOrder sortSelection)
149 {
150 resortSelected(pc, sortSelection.getComparator(pc));
151 }
152
153 private static void resortSelected(PlayerCharacter pc, SkillComparator comparator)
154 {

Callers 2

preparePCForOutputMethod · 0.95

Calls 5

getSkillOrderMethod · 0.80
setSkillOrderMethod · 0.80
getComparatorMethod · 0.65
getSkillSetMethod · 0.45
sortMethod · 0.45

Tested by

no test coverage detected