public class Player
extends java.lang.Object
| Constructor and Description |
|---|
Player() |
| Modifier and Type | Method and Description |
|---|---|
Bid |
getBid() |
int |
getGGZSeatNum()
The seat number as recorded by GGZ.
|
java.util.List |
getHand() |
java.lang.String |
getName() |
SeatType |
getSeatType() |
Card |
getTableCard() |
int |
getTeam() |
int |
getTricks() |
boolean |
isBidding() |
boolean |
isPlaying() |
public java.lang.String getName()
public java.util.List getHand()
public Card getTableCard()
public SeatType getSeatType()
public Bid getBid()
public int getTeam()
public boolean isBidding()
public boolean isPlaying()
public int getTricks()
public int getGGZSeatNum()