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

Method isVoid

forge-game/src/main/java/forge/game/Game.java:1417–1420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1415 }
1416
1417 public boolean isVoid() {
1418 return getLeftBattlefieldThisTurn().stream().anyMatch(c -> !c.isLand()) ||
1419 getStack().getSpellsCastThisTurn().stream().anyMatch(s -> s.getCastSA().isWarp());
1420 }
1421
1422 public int getAITimeout() {
1423 return AI_TIMEOUT;

Callers 1

xCountMethod · 0.95

Calls 8

getStackMethod · 0.95
isWarpMethod · 0.80
getCastSAMethod · 0.80
anyMatchMethod · 0.65
streamMethod · 0.65
isLandMethod · 0.65
getSpellsCastThisTurnMethod · 0.45

Tested by

no test coverage detected