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

Method concede

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

Source from the content-addressed store, hash-verified

1994 }
1995
1996 public final void concede() { // No cantLose checks - just lose
1997 setOutcome(PlayerOutcome.concede());
1998 }
1999
2000 public final void intentionalDraw() {
2001 setOutcome(PlayerOutcome.draw());

Callers

nothing calls this directly

Calls 2

setOutcomeMethod · 0.95
concedeMethod · 0.95

Tested by

no test coverage detected