Class CastSpellCopySpell
java.lang.Object
net.demilich.metastone.game.spells.Spell
net.demilich.metastone.game.spells.custom.PlayCardsRandomlySpell
net.demilich.metastone.game.spells.custom.CastSpellCopySpell
- All Implemented Interfaces:
Serializable
,HasDesc<SpellDesc>
Casts a copy of the card played during the firing of a
SpellCastedTrigger
.
Implements the Maelstrom.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.demilich.metastone.game.spells.custom.PlayCardsRandomlySpell
onCast
Methods inherited from class net.demilich.metastone.game.spells.Spell
cast, castForPlayer, checkArguments, getDesc, isNativeStateful, setDesc, toString
-
Constructor Details
-
CastSpellCopySpell
public CastSpellCopySpell()
-
-
Method Details
-
getCards
protected CardList getCards(GameContext context, Player player, SpellDesc desc, Entity source, Entity target) - Overrides:
getCards
in classPlayCardsRandomlySpell
-