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

Method moveToHand

forge-game/src/main/java/forge/game/GameAction.java:852–854  ·  view source on GitHub ↗
(final Card c, SpellAbility cause)

Source from the content-addressed store, hash-verified

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);

Callers 9

moveToMethod · 0.95
doPaymentMethod · 0.80
resolveMethod · 0.80
resolveMethod · 0.80
removeFromStackMethod · 0.80
removeFromStackMethod · 0.80
doUntapMethod · 0.80
tutorForCardMethod · 0.80
addCardToZoneMethod · 0.80

Calls 4

newMapMethod · 0.95
moveToMethod · 0.95
getOwnerMethod · 0.65
getZoneMethod · 0.45

Tested by

no test coverage detected