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

Method hasNameOverwrite

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

Source from the content-addressed store, hash-verified

984 }
985
986 public final boolean hasNameOverwrite() {
987 return changedCardNames.values().stream().anyMatch(CardChangedName::isOverwrite);
988 }
989
990 public final boolean hasNonLegendaryCreatureNames() {
991 boolean result = false;

Callers 2

getDisplayNameMethod · 0.95
sharesNameWithMethod · 0.95

Calls 3

valuesMethod · 0.80
anyMatchMethod · 0.65
streamMethod · 0.65

Tested by

no test coverage detected