Uses of Class
com.biotools.meerkat.Action

Packages that use Action
com.biotools.meerkat   
 

Uses of Action in com.biotools.meerkat
 

Methods in com.biotools.meerkat that return Action
static Action Action.allInPassAction()
           
static Action Action.betAction(double amountToRaise)
           
static Action Action.betAction(GameInfo gi)
           
static Action Action.bigBlindAction(double toPost)
           
static Action Action.callAction(double toCall)
           
static Action Action.callAction(GameInfo gi)
           
static Action Action.checkAction()
           
static Action Action.checkOrFoldAction(double toCall)
           
static Action Action.checkOrFoldAction(GameInfo gi)
           
static Action Action.foldAction(double toCall)
           
static Action Action.foldAction(GameInfo gi)
           
 Action Player.getAction()
          Requests an Action from the player Called when it is the Player's turn to act.
static Action Action.getAction(int a, double toCall, double amount)
          Create an action from classic values.
static Action Action.muckAction()
           
static Action Action.postAnte(double toPost)
           
static Action Action.postBlindAction(double toPost)
           
static Action Action.postDeadBlindAction(double toPost)
           
static Action Action.raiseAction(double toCall, double amountToRaise)
           
static Action Action.raiseAction(GameInfo gi)
           
static Action Action.raiseAction(GameInfo gi, double amountToRaise)
           
static Action Action.sitout()
           
static Action Action.smallBlindAction(double toPost)
           
 

Methods in com.biotools.meerkat with parameters of type Action
 void GameObserver.actionEvent(int pos, Action act)
          A player can override this method to recieve events for each action made by a player.
 boolean Action.equivalent(Action a)