Class PlayLastCardsRandomlySpell
java.lang.Object
net.demilich.metastone.game.spells.Spell
net.demilich.metastone.game.spells.custom.PlayCardsRandomlySpell
net.demilich.metastone.game.spells.custom.PlayLastCardsRandomlySpell
- All Implemented Interfaces:
Serializable
,HasDesc<SpellDesc>
Replays randomly the last
SpellArg.VALUE
cards the caster played.
Implements Aspect Champion Gar'Hok.
- 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
-
PlayLastCardsRandomlySpell
public PlayLastCardsRandomlySpell()
-
-
Method Details
-
getCards
protected CardList getCards(GameContext context, Player player, SpellDesc desc, Entity source, Entity target) - Overrides:
getCards
in classPlayCardsRandomlySpell
-