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

Method onGameOver

forge-game/src/main/java/forge/game/player/Player.java:2422–2426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2420 }
2421
2422 public void onGameOver() {
2423 if (null == stats.getOutcome()) {
2424 setOutcome(PlayerOutcome.win());
2425 }
2426 }
2427
2428 /**
2429 * use to get a list of creatures in play for a given player.

Callers 1

setGameOverMethod · 0.45

Calls 3

setOutcomeMethod · 0.95
winMethod · 0.95
getOutcomeMethod · 0.45

Tested by

no test coverage detected