Class ShuffledEvent

All Implemented Interfaces:
Serializable, Cloneable, HasCard, Notification

public class ShuffledEvent extends CardEvent
A card was shuffled.

When isExtraCopy() is true, this indicates the card being shuffled is itself a copy of a card being shuffled into the deck, making it possible to not trigger off of shuffled extra cards.

See Also:
  • Constructor Details

    • ShuffledEvent

      public ShuffledEvent(GameContext context, int targetPlayerId, int sourcePlayerId, boolean extraCopy, Entity target, Card card)
    • ShuffledEvent

      public ShuffledEvent(GameContext context, int targetPlayerId, int sourcePlayerId, boolean extraCopy, Card card)
  • Method Details

    • isExtraCopy

      public boolean isExtraCopy()