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

Method getTokenName

code/src/java/plugin/lsttokens/gamemode/IconToken.java:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36{
37
38 @Override
39 public String getTokenName()
40 {
41 return "ICON";
42 }
43
44 @Override
45 public boolean parse(GameMode gameMode, String value, URI source)

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected