com.asdf.plugins.pokergames
Class OurPlayerInfoFields
java.lang.Object
com.asdf.plugins.pokergames.OurPlayerInfoFields
public class OurPlayerInfoFields
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OurPlayerInfoFields
public OurPlayerInfoFields()
OurPlayerInfoFields
public OurPlayerInfoFields(OurPlayerInfoFields previous)
OurPlayerInfoFields
public OurPlayerInfoFields(PlayerInfoFieldsMessage playerInfoFieldsMessage)
getMyName
public java.lang.String getMyName()
- Returns:
- the myName
setMyName
public void setMyName(java.lang.String myName)
- Parameters:
myName - the myName to set
getMySeat
public int getMySeat()
- Returns:
- the mySeat
setMySeat
public void setMySeat(int mySeat)
- Parameters:
mySeat - the mySeat to set
getHoleCards
public Hand getHoleCards()
- Returns:
- the holeCards
setHoleCards
public void setHoleCards(Hand holeCards)
- Parameters:
holeCards - the holeCards to set
getBankRoll
public double getBankRoll()
- Returns:
- the bankRoll
setBankRoll
public void setBankRoll(double bankRoll)
- Parameters:
bankRoll - the bankRoll to set
getLastGameInfo
public GameModelInfoMessage getLastGameInfo()
- Returns:
- the lastGameInfo
setLastGameInfo
public void setLastGameInfo(GameModelInfoMessage lastGameInfo)
- Parameters:
lastGameInfo - the lastGameInfo to set
getMyState
public int getMyState()
- Returns:
- the myState
setMyState
public void setMyState(int myState)
- Parameters:
myState - the myState to set
getInPot
public double getInPot()
- Returns:
- the inPot
setInPot
public void setInPot(double inPot)
- Parameters:
inPot - the inPot to set
getBankRollAtStartOfHand
public double getBankRollAtStartOfHand()
- Returns:
- the bankRollAtStartOfHand
setBankRollAtStartOfHand
public void setBankRollAtStartOfHand(double bankRollAtStartOfHand)
- Parameters:
bankRollAtStartOfHand - the bankRollAtStartOfHand to set
getInPotThisRound
public double getInPotThisRound()
- Returns:
- the inPotThisRound
setInPotThisRound
public void setInPotThisRound(double inPotThisRound)
- Parameters:
inPotThisRound - the inPotThisRound to set
getLastAction
public int getLastAction()
- Returns:
- the lastAction
setLastAction
public void setLastAction(int lastAction)
- Parameters:
lastAction - the lastAction to set
isHasActedThisRound
public boolean isHasActedThisRound()
- Returns:
- the hasActedThisRound
setHasActedThisRound
public void setHasActedThisRound(boolean hasActedThisRound)
- Parameters:
hasActedThisRound - the hasActedThisRound to set
getHasToPostBlind
public PokerGame.Blind getHasToPostBlind()
- Returns:
- the hasToPostBlind
setHasToPostBlind
public void setHasToPostBlind(PokerGame.Blind hasToPostBlind)
- Parameters:
hasToPostBlind - the hasToPostBlind to set