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

Method executeAt

forge-game/src/main/java/forge/game/phase/Untap.java:69–79  ·  view source on GitHub ↗

Executes any hardcoded triggers that happen "at end of combat".

()

Source from the content-addressed store, hash-verified

67 * </p>
68 */
69 @Override
70 public void executeAt() {
71 super.executeAt();
72
73 doPhasing(game.getPhaseHandler().getPlayerTurn());
74 doDayTime(game.getPhaseHandler().getPreviousPlayerTurn());
75
76 game.getAction().checkStaticAbilities();
77
78 doUntap();
79 }
80
81 /**
82 * <p>

Callers

nothing calls this directly

Calls 8

doPhasingMethod · 0.95
doDayTimeMethod · 0.95
doUntapMethod · 0.95
getPhaseHandlerMethod · 0.80
getPreviousPlayerTurnMethod · 0.80
checkStaticAbilitiesMethod · 0.80
getPlayerTurnMethod · 0.45
getActionMethod · 0.45

Tested by

no test coverage detected