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

Method setSurveilled

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

Source from the content-addressed store, hash-verified

6473 return this.surveilled;
6474 }
6475 public void setSurveilled(boolean value) {
6476 this.surveilled = value;
6477 }
6478 public boolean wasMilled() {
6479 return milled;
6480 }

Callers 2

surveilMethod · 0.95
getLKICopyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected