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

Method Game

forge-game/src/main/java/forge/game/Game.java:319–321  ·  view source on GitHub ↗
(Iterable<RegisteredPlayer> players0, GameRules rules0, Match match0)

Source from the content-addressed store, hash-verified

317 }
318
319 public Game(Iterable<RegisteredPlayer> players0, GameRules rules0, Match match0) {
320 this(players0, rules0, match0, null, -1);
321 }
322
323 public Game(Iterable<RegisteredPlayer> players0, GameRules rules0, Match match0, Game maingame0, int startingLife) { /* no more zones to map here */
324 rules = rules0;

Callers

nothing calls this directly

Calls 15

nextIdMethod · 0.95
createIngamePlayerMethod · 0.95
setStartingLifeMethod · 0.95
setMaxHandSizeMethod · 0.95
setStartingHandSizeMethod · 0.95
setNumManaShardsMethod · 0.95
setTeamMethod · 0.95
subscribeToEventsMethod · 0.95
getTeamNumberMethod · 0.80
getStartingHandMethod · 0.80
getManaShardsMethod · 0.80
setTeamNumberMethod · 0.80

Tested by

no test coverage detected