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

Method isMatchOver

forge-game/src/main/java/forge/game/GameView.java:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 return get(TrackableProperty.GameOver);
150 }
151 public boolean isMatchOver() {
152 return get(TrackableProperty.MatchOver);
153 }
154
155 public String getWinningPlayerName() {
156 return get(TrackableProperty.WinningPlayerName);

Callers 2

finishGameMethod · 0.95
updateGameOverMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected