Uses of Class
poker.GameInfo

Packages that use GameInfo
poker   
 

Uses of GameInfo in poker
 

Methods in poker that return GameInfo
 GameInfo PlayerInfo.getGameInfo()
          Get the context of the last action made by this player.
 

Methods in poker with parameters of type GameInfo
static Action Action.actionFilter(Action a, int seat, Card c1, Card c2, GameInfo gi)
          Do some basic checks to change the action if game conditions warrant it.
 void GameInfo.copy(GameInfo gi)
          Do a deep copy of the given GameInfo.
 void GameObserver.gameStartEvent(GameInfo gi)
          The hand is starting
 void Pot.setGameInfo(GameInfo gInfo)
           
 

Constructors in poker with parameters of type GameInfo
PlayerInfo(PlayerInfo pi, GameInfo gi)
          Copy constructor
PlayerInfo(java.lang.String playerName, GameInfo gi)
          Constructor.
Pot(GameInfo gi)