|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Card | |
|---|---|
| glassfrog.model | |
| Uses of Card in glassfrog.model |
|---|
| Fields in glassfrog.model with type parameters of type Card | |
|---|---|
private java.util.ArrayList<Card> |
Deck.deck
|
| Methods in glassfrog.model that return Card | |
|---|---|
Card |
Deck.getCard(int cardIndex)
Return a card at a given index in the deck |
Card |
Deck.getNextCard()
Get the next unused Card in the deck. |
| Methods in glassfrog.model that return types with arguments of type Card | |
|---|---|
java.util.ArrayList<Card> |
Hand.getPrivateCards(int player,
int round)
Return the private cards for a player for the given hand in a given round |
java.util.ArrayList<Card> |
Hand.getPublicCards(int round)
Return the public cards for a given round |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||