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

Method getMostRecentSet

forge-game/src/main/java/forge/game/card/Card.java:6304–6306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6302 }
6303
6304 public final String getMostRecentSet() {
6305 return StaticData.instance().getCommonCards().getCard(getPaperCard().getName()).getEdition();
6306 }
6307
6308 public final String getSetCode() {
6309 return currentState.getSetCode();

Callers 1

processCardsForZoneMethod · 0.95

Calls 6

instanceMethod · 0.95
getPaperCardMethod · 0.95
getCommonCardsMethod · 0.80
getEditionMethod · 0.65
getCardMethod · 0.65
getNameMethod · 0.65

Tested by

no test coverage detected