Class CardRevealedEvent

All Implemented Interfaces:
Serializable, Cloneable, HasCard, Notification

public final class CardRevealedEvent extends CardEvent
A card was revealed. Signals to the client to simply render it.

Fired with RevealCardSpell and some special spells that need to show cards one after another, like with invalid input: '{@link /*missing*/}'

See Also:
  • Constructor Details

    • CardRevealedEvent

      public CardRevealedEvent(GameContext context, int playerId, Card card)