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

Method setPhasedOut

forge-game/src/main/java/forge/game/card/Card.java:5626–5630  ·  view source on GitHub ↗
(final Player phasedOut0)

Source from the content-addressed store, hash-verified

5624 return phasedOut;
5625 }
5626 public final void setPhasedOut(final Player phasedOut0) {
5627 if (phasedOut == phasedOut0) { return; }
5628 phasedOut = phasedOut0;
5629 view.updatePhasedOut(this);
5630 }
5631
5632 public final void phase(final boolean fromUntapStep) {
5633 phase(fromUntapStep, true);

Callers 3

processCardsForZoneMethod · 0.95
getLKICopyMethod · 0.95
switchPhaseStateMethod · 0.95

Calls 1

updatePhasedOutMethod · 0.80

Tested by

no test coverage detected