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

Method isGameOver

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

Source from the content-addressed store, hash-verified

559 }
560
561 public synchronized boolean isGameOver() {
562 return age == GameStage.GameOver;
563 }
564
565 public synchronized void setGameOver(GameEndReason reason) {
566 // early exit in case many events causing a game over have fired

Calls

no outgoing calls