Uses of Class
com.asdf.plugins.pokergames.Hand

Packages that use Hand
com.asdf.plugins.pokergames In-built pokergame implementation. 
com.asdf.plugins.pokergames.texasholdem.bots   
 

Uses of Hand in com.asdf.plugins.pokergames
 

Methods in com.asdf.plugins.pokergames that return Hand
 Hand GameInfo.getBoard()
          Get the board cards
 Hand PlayerInfo.getRevealedHand()
          Obtain the hand revealed by this player
 

Methods in com.asdf.plugins.pokergames with parameters of type Hand
 void Deck.extractHand(Hand h)
          Extracts known cards from the deck.
 void Player.receiveHand(Hand hand, int seat)
          Receive your hand, and your seat, this is called when the player is dealt his hand
 void Player.winEvent(int seat, double amount, Hand hand)
          from GameObserver, a player at seat has won amount
 

Constructors in com.asdf.plugins.pokergames with parameters of type Hand
Hand(Hand hand)
          Constructor for copying a hand
 

Uses of Hand in com.asdf.plugins.pokergames.texasholdem.bots
 

Methods in com.asdf.plugins.pokergames.texasholdem.bots with parameters of type Hand
 double HandEvaluator.handRank(Card c1, Card c2, Hand board, int opps)
          Calculates the probability of having the best hand against random opponents
 double HandEvaluator.potential(Card c1, Card c2, Hand bd, boolean positive)
           
 int HandEvaluator.rankHand(Card c1, Card c2, Hand board)
          Gives a numerical ranking of the hand
 void Bananabot.receiveHand(Hand hand, int seat)
           
 void Bananabot.winEvent(int seat, double amount, Hand hand)
          A player at seat has won amount with the hand