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

Method runUntapCommands

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

Source from the content-addressed store, hash-verified

3634 leavePlayCommandList.clear();
3635 }
3636 public final void runUntapCommands() {
3637 for (final GameCommand c : untapCommandList) {
3638 c.run();
3639 }
3640 untapCommandList.clear();
3641 }
3642 public final void runUnattachCommands() {
3643 for (final GameCommand c : unattachCommandList) {
3644 c.run();

Callers 1

untapMethod · 0.95

Calls 2

runMethod · 0.65
clearMethod · 0.45

Tested by

no test coverage detected