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

Method getBackup

forge-game/src/main/java/forge/game/card/CardView.java:52–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 public CardView getBackup() {
53 if (get(TrackableProperty.PaperCardBackup) == null)
54 return null;
55 return getCardForUi(get(TrackableProperty.PaperCardBackup));
56 }
57
58 public static CardView getCardForUi(IPaperCard pc) {
59 return Card.getCardForUi(pc).getView();

Callers 5

updateStateMethod · 0.95
getImageKeyMethod · 0.80
drawSplitCardMethod · 0.80
setTextBoxMethod · 0.80
tapMethod · 0.80

Calls 2

getMethod · 0.95
getCardForUiMethod · 0.95

Tested by

no test coverage detected