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

Method unparse

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

Source from the content-addressed store, hash-verified

60 }
61
62 @Override
63 public String[] unparse(LoadContext context, KitSkill kitSkill)
64 {
65 CDOMReference<PCClass> ref = kitSkill.getPcclass();
66 if (ref == null)
67 {
68 return null;
69 }
70 return new String[]{ref.getLSTformat(false)};
71 }
72}

Callers

nothing calls this directly

Calls 2

getLSTformatMethod · 0.65
getPcclassMethod · 0.45

Tested by

no test coverage detected