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

Method getImageKey

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

Source from the content-addressed store, hash-verified

6320 }
6321
6322 public final String getImageKey() {
6323 if (!getRenderForUI()) {
6324 return "";
6325 }
6326 Card uiCard = getCardForUi();
6327 if(uiCard == null)
6328 return "";
6329 return uiCard.currentState.getImageKey();
6330 }
6331 public final void setImageKey(final String iFN) {
6332 if (!getRenderForUI()) {
6333 return;

Callers 15

setupStaticEffectMethod · 0.95
attachToEntityMethod · 0.95
replaceDyingMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
addPreventNextDamageMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95

Calls 5

getRenderForUIMethod · 0.95
getCardForUiMethod · 0.95
getImageKeyMethod · 0.95
getImageKeyMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected