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

Method isPhasedOut

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

Source from the content-addressed store, hash-verified

5615 }
5616
5617 public final boolean isPhasedOut() {
5618 return phasedOut != null;
5619 }
5620 public final boolean isPhasedOut(Player turn) {
5621 return turn.equals(phasedOut);
5622 }

Callers 15

ceaseToExistMethod · 0.95
canPayMethod · 0.95
changeCardStateMethod · 0.95
canReceiveCountersMethod · 0.95
canRemoveCountersMethod · 0.95
unattachFromEntityMethod · 0.95
phaseMethod · 0.95
switchPhaseStateMethod · 0.95
canBeDestroyedMethod · 0.95
canBeTargetedByMethod · 0.95
cantBeAttachedMsgMethod · 0.95
canBeSacrificedByMethod · 0.95

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected