Class AfterSpellCastedEvent

All Implemented Interfaces:
Serializable, Cloneable, HasCard, Notification

public class AfterSpellCastedEvent extends CardEvent implements HasCard
A spell has been casted with source card and, if the user selected the target, the target.
See Also:
  • Constructor Details

    • AfterSpellCastedEvent

      public AfterSpellCastedEvent(GameContext context, int playerId, Card sourceCard, Entity target)