Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateGameOver
Method · 0.45
composeTitle
Method · 0.45
composeTitle
Method · 0.45
getScoreForGameOver
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected