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

Method hasNoName

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

Source from the content-addressed store, hash-verified

5854 }
5855
5856 public final boolean hasNoName() {
5857 return !hasNonLegendaryCreatureNames() && getName().isEmpty();
5858 }
5859
5860 public final boolean sharesNameWith(final Card c1) {
5861 // in a corner case where c1 is null, there is no name to share with.

Callers 4

cardHasPropertyMethod · 0.80
checkSacrificeCostMethod · 0.80
chooseSacrificeTypeMethod · 0.80

Calls 3

getNameMethod · 0.95
isEmptyMethod · 0.65

Tested by

no test coverage detected