- rank - Variable in class game_backend.Card
-
- Ranks() - Constructor for enum game_backend.Card.Ranks
-
- receiveCards(Card[]) - Method in class game_backend.Game
-
Puts the received cards in deck
- receiveCards(Card[]) - Method in interface game_backend.Play
-
- receiveCards(Card[]) - Method in class game_backend.Player
-
Save cards passed by argument in player's hand
- removeCard() - Method in class game_backend.Deck
-
Removes a card from the beginning of the deck
- retrieveCard(int) - Method in class game_backend.Hand
-
Retrieves card of a given position in hand
- retrieveCards(int) - Method in class game_backend.Game
-
Retrieves cards from deck
- retrieveCards(int) - Method in interface game_backend.Play
-
- retrieveCards(int[]) - Method in class game_backend.Player
-
Retrieves cards from the player's hand that are at the positions indicated