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

Method isMatchWonBy

forge-game/src/main/java/forge/game/GameView.java:239–241  ·  view source on GitHub ↗
(LobbyPlayer questPlayer)

Source from the content-addressed store, hash-verified

237 //TODO: Find better ways to make this information available to all GUIs without using the Game class
238
239 public boolean isMatchWonBy(LobbyPlayer questPlayer) {
240 return getMatch().isWonBy(questPlayer);
241 }
242
243 public Iterable<GameOutcome> getOutcomesOfMatch() {
244 return getMatch().getOutcomes();

Callers 6

showGameOutcomeMethod · 0.80
showGameOutcomeMethod · 0.80
showOutcomeMethod · 0.80
showOutcomeMethod · 0.80

Calls 2

getMatchMethod · 0.95
isWonByMethod · 0.80

Tested by

no test coverage detected