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

Method getArmorToken

code/src/java/plugin/exporttokens/ArmorToken.java:56–59  ·  view source on GitHub ↗

@param tokenSource @param pc @param eh The ExportHandler to advise if there are no more items. @return token

(String tokenSource, PlayerCharacter pc, ExportHandler eh)

Source from the content-addressed store, hash-verified

54 * @return token
55 */
56 public static String getArmorToken(String tokenSource, PlayerCharacter pc, ExportHandler eh)
57 {
58 return replaceTokenArmor(tokenSource, pc, eh);
59 }
60
61 /**
62 * See the PCGen Docs on Token Syntax

Callers 1

getTokenMethod · 0.95

Calls 1

replaceTokenArmorMethod · 0.95

Tested by

no test coverage detected