(final Zone zoneTo, Card c, SpellAbility cause)
| 734 | } |
| 735 | |
| 736 | public final Card moveTo(final Zone zoneTo, Card c, SpellAbility cause) { |
| 737 | return moveTo(zoneTo, c, cause, AbilityKey.newMap()); |
| 738 | } |
| 739 | public final Card moveTo(final Zone zoneTo, Card c, SpellAbility cause, Map<AbilityKey, Object> params) { |
| 740 | // FThreads.assertExecutedByEdt(false); // This code must never be executed from EDT, |
| 741 | // use FThreads.invokeInNewThread to run code in a pooled thread |
no test coverage detected