ggz.cards.client
Class Player
java.lang.Object
ggz.cards.client.Player
public class Player
- extends java.lang.Object
A "player" as seen by the client is really just a seat at the table, complete
with a hand and everything. It's not necessary that a player actually be
sitting at that seat - there may just be a pile of cards.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Player
public Player()
getName
public java.lang.String getName()
getHand
public java.util.List getHand()
getTableCard
public Card getTableCard()
getSeatType
public SeatType getSeatType()
getBid
public Bid getBid()
getTeam
public int getTeam()
isBidding
public boolean isBidding()
isPlaying
public boolean isPlaying()
getTricks
public int getTricks()
getGGZSeatNum
public int getGGZSeatNum()
- The seat number as recorded by GGZ. Game seat numbers are from the
perspective of each client, this give the "absolute" number and is the
number that should be used for reseat requests.
- Returns: