Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ceaseToExist
Method · 0.95
canPay
Method · 0.95
changeCardState
Method · 0.95
canReceiveCounters
Method · 0.95
canRemoveCounters
Method · 0.95
unattachFromEntity
Method · 0.95
phase
Method · 0.95
switchPhaseState
Method · 0.95
canBeDestroyed
Method · 0.95
canBeTargetedBy
Method · 0.95
cantBeAttachedMsg
Method · 0.95
canBeSacrificedBy
Method · 0.95
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected