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

Method setDiscarded

forge-game/src/main/java/forge/game/card/Card.java:6471–6471  ·  view source on GitHub ↗
(boolean state)

Source from the content-addressed store, hash-verified

6469
6470 public boolean wasDiscarded() { return discarded; }
6471 public void setDiscarded(boolean state) { discarded = state; }
6472 public boolean wasSurveilled() {
6473 return this.surveilled;
6474 }

Callers 3

discardMethod · 0.95
getLKICopyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected