Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getOutcome
Method
getOutcome
forge-game/src/main/java/forge/game/Game.java:553–555 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
551
}
552
553
public
final
GameOutcome getOutcome() {
554
return
outcome;
555
}
556
557
public
final
Game getMaingame() {
558
return
maingame;
Callers
15
resolve
Method · 0.95
waitForRemoteGameCompletion
Method · 0.95
simulateSingleMatch
Method · 0.95
addGamePlayed
Method · 0.45
executeOwnershipChanges
Method · 0.45
GameOutcome
Method · 0.45
calculateLifeDelta
Method · 0.45
isDraw
Method · 0.45
isWinner
Method · 0.45
getWinningLobbyPlayer
Method · 0.45
getWinningPlayer
Method · 0.45
getWinSpellEffect
Method · 0.45
Calls
no outgoing calls
Tested by
2
waitForRemoteGameCompletion
Method · 0.76
verifyThatTheGameHasFinishedAndThatPlayerHasWonOnTurn
Method · 0.36