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

Method getGamesWonBy

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

Source from the content-addressed store, hash-verified

249 }
250
251 public int getGamesWonBy(LobbyPlayer questPlayer) {
252 return getMatch().getGamesWonBy(questPlayer);
253 }
254
255 public Deck getDeck(final PlayerView pv) {
256 for (final RegisteredPlayer rp : getMatch().getPlayers()) {

Callers

nothing calls this directly

Calls 1

getMatchMethod · 0.95

Tested by

no test coverage detected