cards property

List<PlayableCard> cards
final

The other cards in this deck.

This should:

  • Not be a TokenCard.
  • Exclude leader or any other leader cards.
  • Have at least 48 cards.
  • No more than 3 are copies of the same card.

Implementation

final List<PlayableCard> cards;