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

Method getLSTformat

code/src/java/plugin/primitive/spell/SchoolToken.java:67–71  ·  view source on GitHub ↗
(boolean useAny)

Source from the content-addressed store, hash-verified

65 }
66
67 @Override
68 public String getLSTformat(boolean useAny)
69 {
70 return getTokenName() + '=' + school.getLSTformat(false);
71 }
72
73 @Override
74 public boolean allow(PlayerCharacter pc, Spell spell)

Callers

nothing calls this directly

Calls 2

getTokenNameMethod · 0.95
getLSTformatMethod · 0.65

Tested by

no test coverage detected