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

Method unparse

code/src/java/plugin/lsttokens/gamemode/basedice/UpToken.java:65–69  ·  view source on GitHub ↗
(LoadContext context, BaseDice bd)

Source from the content-addressed store, hash-verified

63 }
64
65 @Override
66 public String[] unparse(LoadContext context, BaseDice bd)
67 {
68 return new String[]{StringUtil.join(bd.getUpSteps(), Constants.COMMA)};
69 }
70
71 @Override
72 public Class<BaseDice> getTokenClass()

Callers

nothing calls this directly

Calls 2

joinMethod · 0.95
getUpStepsMethod · 0.80

Tested by

no test coverage detected