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

Method unparse

code/src/java/plugin/lsttokens/kit/skill/RankToken.java:70–79  ·  view source on GitHub ↗
(LoadContext context, KitSkill kitSkill)

Source from the content-addressed store, hash-verified

68 }
69
70 @Override
71 public String[] unparse(LoadContext context, KitSkill kitSkill)
72 {
73 BigDecimal bd = kitSkill.getRank();
74 if (bd == null)
75 {
76 return null;
77 }
78 return new String[]{bd.toString()};
79 }
80}

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.65
getRankMethod · 0.45

Tested by

no test coverage detected