Modifier and Type | Method and Description |
---|---|
Player |
Euchre.assignTrick(java.util.ArrayList<Player> players,
int dead,
Player current)
A method to assign the trick.
|
Player |
Euchre.getDealer()
A method to return the dealer.
|
Player |
Euchre.getFirstPlayer(int dPlayer)
A method to return the first player.
|
Player |
Euchre.nextPlayer(int current,
int dPlayer)
A method that returns next player.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Player> |
Euchre.getPlayers()
A method to return the players.
|
Modifier and Type | Method and Description |
---|---|
Player |
Euchre.assignTrick(java.util.ArrayList<Player> players,
int dead,
Player current)
A method to assign the trick.
|
Modifier and Type | Method and Description |
---|---|
Player |
Euchre.assignTrick(java.util.ArrayList<Player> players,
int dead,
Player current)
A method to assign the trick.
|