(final Card c, SpellAbility cause)
| 850 | } |
| 851 | |
| 852 | public final Card moveToHand(final Card c, SpellAbility cause) { |
| 853 | return moveToHand(c, cause, AbilityKey.newMap()); |
| 854 | } |
| 855 | public final Card moveToHand(final Card c, SpellAbility cause, Map<AbilityKey, Object> params) { |
| 856 | final PlayerZone hand = c.getOwner().getZone(ZoneType.Hand); |
| 857 | return moveTo(hand, c, cause, params); |
no test coverage detected