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

Method getLSTformat

code/src/java/plugin/primitive/deity/AlignToken.java:69–73  ·  view source on GitHub ↗
(boolean useAny)

Source from the content-addressed store, hash-verified

67 }
68
69 @Override
70 public String getLSTformat(boolean useAny)
71 {
72 return getTokenName() + '=' + alignment.getLSTformat(false);
73 }
74
75 @Override
76 public boolean allow(PlayerCharacter pc, Deity deity)

Callers

nothing calls this directly

Calls 2

getTokenNameMethod · 0.95
getLSTformatMethod · 0.65

Tested by

no test coverage detected