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

Method phase

forge-game/src/main/java/forge/game/card/Card.java:5632–5634  ·  view source on GitHub ↗
(final boolean fromUntapStep)

Source from the content-addressed store, hash-verified

5630 }
5631
5632 public final void phase(final boolean fromUntapStep) {
5633 phase(fromUntapStep, true);
5634 }
5635 public final void phase(final boolean fromUntapStep, final boolean direct) {
5636 final boolean phasingIn = isPhasedOut();
5637

Callers 3

resolveMethod · 0.95
visitMethod · 0.45
doPhasingMethod · 0.45

Calls 11

isPhasedOutMethod · 0.95
switchPhaseStateMethod · 0.95
setDirectlyPhasedOutMethod · 0.95
cantPhaseOutMethod · 0.95
getEntityAttachedToMethod · 0.95
updateAttachedCardsMethod · 0.95
getGameMethod · 0.95
getMethod · 0.95
isEmptyMethod · 0.65
getAllAttachedCardsMethod · 0.45
fireEventMethod · 0.45

Tested by

no test coverage detected