Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getOutcomes
Method
getOutcomes
forge-game/src/main/java/forge/game/Match.java:117–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
}
116
117
public
Collection<GameOutcome> getOutcomes() {
118
return
gameOutcomes.values();
119
}
120
121
public
GameOutcome getLastOutcome() {
122
return
lastOutcome;
Callers
8
isMatchOver
Method · 0.95
getGamesWonBy
Method · 0.95
getGamesWon
Method · 0.95
waitForLocalGameCompletion
Method · 0.95
extractLocalGameResults
Method · 0.95
GameView
Method · 0.45
getOutcomesOfMatch
Method · 0.45
setGameOver
Method · 0.45
Calls
1
values
Method · 0.80
Tested by
2
waitForLocalGameCompletion
Method · 0.76
extractLocalGameResults
Method · 0.76