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

Method hasImage

forge-core/src/main/java/forge/item/PaperCard.java:214–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 return this.flags.noSellValue;
213 }
214 public boolean hasImage() {
215 return hasImage(false);
216 }
217 public boolean hasImage(boolean update) {
218 if (hasImage == null || update) { //cache value since it's not free to calculate
219 hasImage = ImageKeys.hasImage(this, update);

Callers 7

imageKeyFileExistsMethod · 0.95
getCardFromSetMethod · 0.95
fetchImageMethod · 0.95
tryGetCardMethod · 0.95
getCardFromEditionMethod · 0.95

Calls 1

hasImageMethod · 0.95

Tested by 3

tryGetCardMethod · 0.76
getCardFromEditionMethod · 0.76