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

Method startGame

forge-game/src/main/java/forge/game/Match.java:76–78  ·  view source on GitHub ↗
(final Game game)

Source from the content-addressed store, hash-verified

74 }
75
76 public void startGame(final Game game) {
77 startGame(game, null);
78 }
79
80 public void startGame(final Game game, Runnable startGameHook) {
81 prepareAllZones(game);

Callers 2

updateFromTournamentMethod · 0.95
resolveMethod · 0.45

Calls 14

prepareAllZonesMethod · 0.95
newMapMethod · 0.95
fromCardsMethod · 0.95
useAnteMethod · 0.80
chooseCardsForAnteMethod · 0.80
getMatchAnteRarityMethod · 0.80
clearCachesMethod · 0.80
getKeyMethod · 0.45
moveToMethod · 0.45
getActionMethod · 0.45

Tested by

no test coverage detected