- game - package game
-
- gameStatus() - Method in class game.Euchre
-
A method that returns the games status.
- getCard(int) - Method in class game.Player
-
A accessor that returns the Card given by a certain index.
- getCardName() - Method in class game.Card
-
A method that returns card name.
- getDealer() - Method in class game.Euchre
-
A method to return the dealer.
- getDeck() - Method in class game.Euchre
-
A method to return the deck.
- getFirstPlayer(int) - Method in class game.Euchre
-
A method to return the first player.
- getHand() - Method in class game.Player
-
A accessor that returns the hand.
- getPlay() - Method in class game.Euchre
-
A method to return the played cards.
- getPlayers() - Method in class game.Euchre
-
A method to return the players.
- getSuit() - Method in class game.Card
-
A method that returns the suit.
- getT1Score() - Method in class game.Euchre
-
A accessor used to get team 1s' score.
- getT1Trick() - Method in class game.Euchre
-
A accessor to return team 1's trick count.
- getT2Score() - Method in class game.Euchre
-
A accessor used to get team 2s' score.
- getT2Trick() - Method in class game.Euchre
-
A accessor to return team 2's trick count.
- getTeam() - Method in class game.Player
-
A accessor that returns the players team.
- getTrump() - Method in class game.Euchre
-
A method to return the trump.
- goAlone(int) - Method in class game.EuchrePanel
-
A method used to manage if the player wishes to go alone.