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

Method hasSuspend

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

Source from the content-addressed store, hash-verified

1698 }
1699
1700 public final boolean hasSuspend() {
1701 return hasKeyword(Keyword.SUSPEND) && getLastKnownZone().is(ZoneType.Exile)
1702 && getCounters(CounterEnumType.TIME) >= 1;
1703 }
1704
1705 public final boolean hasConverge() {
1706 return "Count$Converge".equals(getSVar("X")) || "Count$Converge".equals(getSVar("Y")) ||

Callers 1

cardHasPropertyMethod · 0.80

Calls 4

hasKeywordMethod · 0.95
getLastKnownZoneMethod · 0.95
isMethod · 0.65
getCountersMethod · 0.45

Tested by

no test coverage detected