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

Method getWinningTeam

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

Source from the content-addressed store, hash-verified

157 }
158
159 public int getWinningTeam() {
160 return get(TrackableProperty.WinningTeam);
161 }
162
163 void updateGameOver(final Game game) {
164 set(TrackableProperty.GameOver, game.isGameOver());

Callers 4

updateGameOverMethod · 0.45
composeTitleMethod · 0.45
composeTitleMethod · 0.45
getScoreForGameOverMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected