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

Method isWonBy

forge-game/src/main/java/forge/game/Match.java:166–168  ·  view source on GitHub ↗
(LobbyPlayer questPlayer)

Source from the content-addressed store, hash-verified

164 }
165
166 public boolean isWonBy(LobbyPlayer questPlayer) {
167 return getGamesWonBy(questPlayer) >= rules.getGamesToWinMatch();
168 }
169
170 public RegisteredPlayer getWinner() {
171 if (this.isMatchOver()) {

Callers 4

isMatchWonByMethod · 0.80
evalMethod · 0.80
evalMethod · 0.80
evalMethod · 0.80

Calls 2

getGamesWonByMethod · 0.95
getGamesToWinMatchMethod · 0.80

Tested by

no test coverage detected