Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateFromTournament
Method · 0.95
resolve
Method · 0.45
Calls
14
prepareAllZones
Method · 0.95
newMap
Method · 0.95
fromCards
Method · 0.95
executeOwnershipChanges
Method · 0.95
useAnte
Method · 0.80
chooseCardsForAnte
Method · 0.80
getMatchAnteRarity
Method · 0.80
getAnteIncludeBasicLands
Method · 0.80
clearCaches
Method · 0.80
getKey
Method · 0.45
moveTo
Method · 0.45
getAction
Method · 0.45
Tested by
no test coverage detected