A B C D E F G H I J L M N O P R S T U V W

G

GameInfo - Interface in com.asdf.plugins.pokergames
 
gameOverEvent() - Method in interface com.asdf.plugins.pokergames.Player
Called when the hand is over.
gameOverEvent() - Method in class com.asdf.plugins.pokergames.texasholdem.bots.Bananabot
The hand is now over.
gameStartEvent(GameInfo, int) - Method in interface com.asdf.plugins.pokergames.Player
 
gameStartEvent(GameInfo, int) - Method in class com.asdf.plugins.pokergames.texasholdem.bots.Bananabot
A new game has been started.
gameStateChanged() - Method in interface com.asdf.plugins.pokergames.Player
From GameObserver, called whenever an action is completed, and the GameModel has been updated
gameStateChanged() - Method in class com.asdf.plugins.pokergames.texasholdem.bots.Bananabot
The game info state has been updated Called after an action event has been fully processed
getAccountName() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Returns the account name of this player.
getAction() - Method in interface com.asdf.plugins.pokergames.Player
 
getAction() - Method in class com.asdf.plugins.pokergames.texasholdem.bots.Bananabot
Requests an Action from the player Called when it is the Player's turn to act.
getActionIndex() - Method in class com.asdf.common.Action
Getter for the index
getAmount() - Method in class com.asdf.common.Action
Getter for the amount
getAmountCallable() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Get the amount of the current bet that the player can call
getAmountInPot() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Obtain the amount the player has invested in the pot.
getAmountInPotThisRound() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Obtain the amount the player has invested in the pot this round
getAmountRaiseable() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Get the maximum amount the player can raise.
getAmountToCall(int) - Method in interface com.asdf.plugins.pokergames.GameInfo
Get a player's amount to call Calls the PlayerInfo's corresponding method.
getAmountToCall() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Determine the amount a player must pay to stay in the game
getAnte() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the amount of the ante, if any
getBankRoll(int) - Method in interface com.asdf.plugins.pokergames.GameInfo
Get a player's bankroll Calls the PlayerInfo's corresponding method.
getBankRoll() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Get the current bankroll
getBankRollAtStartOfHand() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Get the player's bankroll at the start of the hand (i.e., before any actions including antes and blinds).
getBankRollInSmallBets() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Get the current bankroll as a multiple of the big blind
getBetsToCall(int) - Method in interface com.asdf.plugins.pokergames.GameInfo
Get a player's amount to call in bets
getBigBlindSeat() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the big blind seat
getBigBlindSize() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the amount of the big blind.
getBoard() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the board cards
getButtonSeat() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the seat the button is on (could be dead button)
getCard(int) - Method in class com.asdf.plugins.pokergames.Deck
Gets the card in the given index.
getCard(int) - Method in class com.asdf.plugins.pokergames.Hand
 
getCards() - Method in class com.asdf.plugins.pokergames.Hand
 
getCurrentBetSize() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the amount of the betting increment (for fixed-limit)
getCurrentPlayerSeat() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the seat for the current player to act
getEligiblePot(int) - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the amount in the pot that a player is eligible to win.
getGameID() - Method in interface com.asdf.plugins.pokergames.GameInfo
The game identifier for this table
getGameInfo() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Get the context of the last action made by this player.
getInt() - Method in class com.asdf.plugins.pokergames.Card
Getter for integer representation of the card.
getLastAction() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
A single integer code for the last action made
getMainPotSize() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the size of the main pot.
getMinRaise() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the smallest legal raise
getName() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Obtain the player's name
getNetGain() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Get the net amount won or lost since the start of the current hand
getNumActivePlayers() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the number of players still active (not folded) in the hand
getNumActivePlayersNotAllIn() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the number of active players that are not all-in
getNumberOfAllInPlayers() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the number of players in the hand that are all-in
getNumberOfCards() - Method in class com.asdf.plugins.pokergames.Deck
Getter method of the size
getNumPlayers() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the number of players dealt into the hand
getNumRaises() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the number of bets and raises made during the current betting round
getNumSeats() - Method in interface com.asdf.plugins.pokergames.GameInfo
The number of seats at the table
getNumToAct() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the number of players still to act in this betting round if there are no further raises.
getNumWinners() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the number of players that were awarded a pot in this hand
getPlayer(int) - Method in interface com.asdf.plugins.pokergames.GameInfo
Get state information for a player in a given seat
getPlayer(String) - Method in interface com.asdf.plugins.pokergames.GameInfo
Get state information for a player with a given name
getPlayerName(int) - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the name of the player in a given seat
getPlayerSeat(String) - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the seat number for a player by name
getPlayersInPot(double) - Method in interface com.asdf.plugins.pokergames.GameInfo
Get a list of all players eligible to win a pot with the given minimum stakes
getRaiseAmount(double) - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Return the amount the player can raise, given the desired amount to raise.
getRevealedHand() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Obtain the hand revealed by this player
getSeat() - Method in interface com.asdf.plugins.pokergames.PlayerInfo
Get the player's seat number in the GameInfo
getSmallBlindSeat() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the small blind seat (could be dead small blind)
getSmallBlindSize() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the amount of the small blind
getStage() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the current game stage
getStakes() - Method in interface com.asdf.plugins.pokergames.GameInfo
The stakes are the amount each player must have invested in the pot to stay active in the hand.
getTotalPotSize() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the total size of the pot including the main pot and all side pots.
getUnacted() - Method in interface com.asdf.plugins.pokergames.GameInfo
Get the number of players who have not acted yet this round

A B C D E F G H I J L M N O P R S T U V W