Uses of Interface
com.biotools.meerkat.GameInfo

Packages that use GameInfo
com.biotools.meerkat   
 

Uses of GameInfo in com.biotools.meerkat
 

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

Methods in com.biotools.meerkat with parameters of type GameInfo
static Action Action.betAction(GameInfo gi)
           
static Action Action.callAction(GameInfo gi)
           
static Action Action.checkOrFoldAction(GameInfo gi)
           
static Action Action.foldAction(GameInfo gi)
           
 void GameObserver.gameStartEvent(GameInfo gi)
          The hand is starting
static Action Action.raiseAction(GameInfo gi)
           
static Action Action.raiseAction(GameInfo gi, double amountToRaise)