Index
All Classes and Interfaces|All Packages|Constant Field Values
U
- useEffect(Deck, Hand) - Method in class card.trainer.TrainerCard
-
Overloaded method to use the effect of the trainer card without a discard pile.
- useEffect(Deck, Hand, DiscardPile) - Method in class card.trainer.TrainerCard
-
Abstract method to use the effect of the trainer card.
- useEffect(Deck, Hand, DiscardPile) - Method in class card.trainer.trainercards.Bill
-
Uses the effect of the "Bill" trainer card, which is to draw 2 cards from the player's deck.
- useEffect(Deck, Hand, DiscardPile) - Method in class card.trainer.trainercards.ProfessorOak
-
Uses the effect of the "Professor Oak" trainer card, which is to discard the player's hand and then draw 7 cards from the player's deck.
All Classes and Interfaces|All Packages|Constant Field Values