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

Method setOutcome

forge-game/src/main/java/forge/game/player/Player.java:2418–2420  ·  view source on GitHub ↗
(PlayerOutcome outcome)

Source from the content-addressed store, hash-verified

2416 return stats.getOutcome();
2417 }
2418 private void setOutcome(PlayerOutcome outcome) {
2419 stats.setOutcome(outcome);
2420 }
2421
2422 public void onGameOver() {
2423 if (null == stats.getOutcome()) {

Callers 5

altWinBySpellEffectMethod · 0.95
loseConditionMetMethod · 0.95
concedeMethod · 0.95
intentionalDrawMethod · 0.95
onGameOverMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected