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

Method startGame

forge-game/src/main/java/forge/game/GameAction.java:2319–2321  ·  view source on GitHub ↗
(GameOutcome lastGameOutcome)

Source from the content-addressed store, hash-verified

2317 }
2318
2319 public void startGame(GameOutcome lastGameOutcome) {
2320 startGame(lastGameOutcome, null);
2321 }
2322 public void startGame(GameOutcome lastGameOutcome, Runnable startGameHook) {
2323 Player first = determineFirstTurnPlayer(lastGameOutcome);
2324

Callers

nothing calls this directly

Calls 15

instanceMethod · 0.95
drawStartingHandMethod · 0.95
initializeExtraHandsMethod · 0.95
chooseHandMethod · 0.95
initPlaneMethod · 0.95
runOpeningHandActionsMethod · 0.95
checkStateEffectsMethod · 0.95
newMapMethod · 0.95
drawCardsMethod · 0.80

Tested by

no test coverage detected