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

Method unparse

code/src/java/plugin/lsttokens/pointbuy/stat/CostToken.java:51–55  ·  view source on GitHub ↗
(LoadContext context, PointBuyCost pbc)

Source from the content-addressed store, hash-verified

49 }
50
51 @Override
52 public String[] unparse(LoadContext context, PointBuyCost pbc)
53 {
54 return new String[]{String.valueOf(pbc.getBuyCost())};
55 }
56
57 @Override
58 public Class<PointBuyCost> getTokenClass()

Callers

nothing calls this directly

Calls 2

getBuyCostMethod · 0.80
valueOfMethod · 0.45

Tested by

no test coverage detected