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

Method getRank

code/src/java/pcgen/core/kit/KitSkill.java:86–89  ·  view source on GitHub ↗

Get the rank of the skill @return rank

()

Source from the content-addressed store, hash-verified

84 * @return rank
85 */
86 public BigDecimal getRank()
87 {
88 return rank;
89 }
90
91 @Override
92 public String toString()

Callers 14

testApplyMethod · 0.95
runMethod · 0.45
unparseMethod · 0.45
allowMethod · 0.45
allowMethod · 0.45
dataAddedMethod · 0.45
evaluateMethod · 0.45
getTotalRankMethod · 0.45
modRanksMethod · 0.45
updateAddsMethod · 0.45
addRanksMethod · 0.45
appendSkillLinesMethod · 0.45

Calls

no outgoing calls

Tested by 1

removeMethod · 0.36