Class ReturnToHandWithEnchantmentsSpell
java.lang.Object
net.demilich.metastone.game.spells.Spell
net.demilich.metastone.game.spells.ShuffleToDeckSpell
net.demilich.metastone.game.spells.ShuffleMinionToDeckSpell
net.demilich.metastone.game.spells.ShuffleToDeckWithEnchantmentsSpell
net.demilich.metastone.game.spells.ReturnToHandWithEnchantmentsSpell
- All Implemented Interfaces:
Serializable
,HasDesc<SpellDesc>
Returns the
target
to the hand, keeping its enchantments.
Currently, this effect might be incorrectly interpreted as shuffling to the deck with enchantments. While there are no effects currently doing this, some may in the future.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
moveCopyToDestination
(GameContext context, Player player, Entity target, Card copiedCard) Methods inherited from class net.demilich.metastone.game.spells.ShuffleToDeckWithEnchantmentsSpell
onCast
Methods inherited from class net.demilich.metastone.game.spells.ShuffleMinionToDeckSpell
shuffle
Methods inherited from class net.demilich.metastone.game.spells.ShuffleToDeckSpell
create
Methods inherited from class net.demilich.metastone.game.spells.Spell
cast, castForPlayer, checkArguments, getDesc, isNativeStateful, setDesc, toString
-
Constructor Details
-
ReturnToHandWithEnchantmentsSpell
public ReturnToHandWithEnchantmentsSpell()
-
-
Method Details
-
moveCopyToDestination
protected void moveCopyToDestination(GameContext context, Player player, Entity target, Card copiedCard) - Overrides:
moveCopyToDestination
in classShuffleToDeckWithEnchantmentsSpell
-