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

Method getOutcome

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

Source from the content-addressed store, hash-verified

2413 }
2414
2415 public final PlayerOutcome getOutcome() {
2416 return stats.getOutcome();
2417 }
2418 private void setOutcome(PlayerOutcome outcome) {
2419 stats.setOutcome(outcome);
2420 }

Callers 9

concededMethod · 0.95
hasLostMethod · 0.95
hasWonMethod · 0.95
isInGameMethod · 0.95
evaluateMethod · 0.95
updateAllMethod · 0.95
evaluateMethod · 0.95
onGameOverMethod · 0.45
PlayerPredicatesClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected