Class ShuffleOriginalToDeckSpell
java.lang.Object
net.demilich.metastone.game.spells.Spell
net.demilich.metastone.game.spells.ShuffleToDeckSpell
net.demilich.metastone.game.spells.ShuffleOriginalToDeckSpell
- All Implemented Interfaces:
Serializable
,HasDesc<SpellDesc>
Shuffles a card directly into the deck, not its copy.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.demilich.metastone.game.spells.ShuffleToDeckSpell
create, onCast
Methods inherited from class net.demilich.metastone.game.spells.Spell
cast, castForPlayer, checkArguments, getDesc, isNativeStateful, setDesc, toString
-
Constructor Details
-
ShuffleOriginalToDeckSpell
public ShuffleOriginalToDeckSpell()
-
-
Method Details
-
shuffle
protected Card shuffle(GameContext context, Player player, Entity source, Entity targetEntity, Card targetCard, boolean extraCopy, int sourcePlayerId) - Overrides:
shuffle
in classShuffleToDeckSpell
-