MCPcopy Create free account
hub / github.com/Card-Forge/forge / getTokens

Method getTokens

forge-core/src/main/java/forge/card/CardRules.java:461–463  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459 private List<String> tokens = Collections.emptyList();
460
461 public List<String> getTokens() {
462 return tokens;
463 }
464
465 public int getHand() { return deltaHand; }
466 public int getLife() { return deltaLife; }

Callers 6

auditMethod · 0.45
PaperTokenMethod · 0.45
preloadTokensMethod · 0.45
loadTokenFromSetMethod · 0.45
rulesWithTokensMethod · 0.45
getMostProminentTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected