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

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

Uses of Hand in com.asdf.plugins.pokergames
 

Methods in com.asdf.plugins.pokergames that return Hand
 Hand GameModel.getBoard()
           
 Hand GameInfo.getBoard()
          Get the board cards
 Hand GameModel.getBoardCards()
           
 Hand OurPlayer.getHand()
           
 Hand OurPlayerInfoFields.getHoleCards()
           
 Hand OurPlayerInfo.getHoleCards()
           
 Hand PlayerInfo.getRevealedHand()
          Obtain the hand revealed by this player
 Hand OurPlayerInfo.getRevealedHand()
           
 Hand[] PokerGameController.getVisibleHands(int seat)
          Retrieves visible hands.
 

Methods in com.asdf.plugins.pokergames with parameters of type Hand
 void Deck.extractHand(Hand h)
          Extracts known cards from the deck.
 void PokerGameController.receiveHand(Hand hand, int seat)
          Receives a hand for a given seat.
 void Player.receiveHand(Hand hand, int seat)
          Receive your hand, and your seat, this is called when the player is dealt his hand
 void OurPlayer.receiveHand(Hand hand, int seat)
           
 void GameModel.setBoardCards(Hand boardCards)
          Set the given hand as the board cards
 void OurPlayerInfoFields.setHoleCards(Hand holeCards)
           
 void OurPlayerInfo.setHoleCards(Hand holeCards)
           
 void StatisticsHand.setStateAtEnd(GameModel model, Hand[] hands)
          Set ending state.
 void Player.winEvent(int seat, double amount, Hand hand)
          from GameObserver, a player at seat has won amount
 void OurPlayer.winEvent(int seat, double amount, Hand hand)
           
 

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.gameview
 

Methods in com.asdf.plugins.pokergames.gameview with parameters of type Hand
 void GameView.update(Hand[] hands)
          Gives players their private cards.
 

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 SuperBot.receiveHand(Hand hand, int seat)
           
 void KillerBot.receiveHand(Hand hand, int seat)
           
 void Bananabot.receiveHand(Hand hand, int seat)
           
 void SuperBot.winEvent(int seat, double amount, Hand hand)
           
 void KillerBot.winEvent(int seat, double amount, Hand hand)
           
 void Bananabot.winEvent(int seat, double amount, Hand hand)
          A player at seat has won amount with the hand