Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICardCollection

Hierarchy

Implemented by

Index

Methods

addCard

addCards

cardAtIndex

  • cardAtIndex(index: number): ICard

getCards

getCount

  • getCount(): number

hasCard

  • hasCard(card: ICard): boolean

hasCards

  • hasCards(cards: ICard[]): boolean

indexOfCard

  • indexOfCard(card: ICard): number

isEmpty

  • isEmpty(): boolean

removeCards

shuffle

  • shuffle(): void

takeCard

takeCards

  • takeCards(amount: number): ICard[]

Generated using TypeDoc