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

Method getLSTformat

code/src/java/plugin/primitive/pobject/FeatToken.java:81–85  ·  view source on GitHub ↗
(boolean useAny)

Source from the content-addressed store, hash-verified

79 }
80
81 @Override
82 public String getLSTformat(boolean useAny)
83 {
84 return "ABILITY=FEAT[" + ref.getLSTformat(useAny) + ']';
85 }
86
87 private <R> List<R> getList(PlayerCharacter pc, Ability a)
88 {

Callers

nothing calls this directly

Calls 1

getLSTformatMethod · 0.65

Tested by

no test coverage detected