MCPcopy 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

isMatchOverMethod · 0.95
getGamesWonByMethod · 0.95
getGamesWonMethod · 0.95
GameViewMethod · 0.45
getOutcomesOfMatchMethod · 0.45
setGameOverMethod · 0.45

Calls 1

valuesMethod · 0.80

Tested by 2