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

Method hasConverge

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

Source from the content-addressed store, hash-verified

1703 }
1704
1705 public final boolean hasConverge() {
1706 return "Count$Converge".equals(getSVar("X")) || "Count$Converge".equals(getSVar("Y")) ||
1707 hasKeyword(Keyword.SUNBURST) || hasKeyword("Modular:Sunburst");
1708 }
1709
1710 @Override
1711 public final boolean canReceiveCounters(final CounterType type) {

Callers 4

checkApiLogicMethod · 0.95
payManaCostFromPoolMethod · 0.80
tracksManaSpentMethod · 0.80
payManaCostMethod · 0.80

Calls 3

getSVarMethod · 0.95
hasKeywordMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected