com.asdf.plugins.pokergames.texasholdem
Class TexasHoldemGame

java.lang.Object
  extended by com.asdf.common.Game
      extended by com.asdf.plugins.pokergames.PokerGame
          extended by com.asdf.plugins.pokergames.texasholdem.TexasHoldemGame

public class TexasHoldemGame
extends PokerGame


Nested Class Summary
 
Nested classes/interfaces inherited from class com.asdf.plugins.pokergames.PokerGame
PokerGame.Blind
 
Field Summary
static EvalTables evalTables
           
 
Fields inherited from class com.asdf.plugins.pokergames.PokerGame
ACTION_WAIT, ANTE_ROUND, BET_ROUND, BLIND_ROUND, BLIND_WAIT, DEAL_N_CARDS_TO_HANDS, DEAL_N_CARDS_TO_TABLE, DISCARD_CARDS, DISCARD_WAIT, FREE_SEAT_WAIT, LESS_THAN_TWO_PLAYERS, MUCK_LOSING_WAIT, MUCK_ROUND, MUCK_WINNING_WAIT, NEW_DEAL, NEXT_GAME_WAIT, RESERVE_WAIT, SET_DEALER, SHOWDOWN, WAIT_PLAYERS, WINNINGS
 
Fields inherited from class com.asdf.common.Game
age
 
Constructor Summary
TexasHoldemGame()
           
TexasHoldemGame(double smallBlind, double bigBlind, int minPlayers, int maxPlayers, long gameID, int actionWait)
           
 
Method Summary
 
Methods inherited from class com.asdf.plugins.pokergames.PokerGame
die
 
Methods inherited from class com.asdf.common.Game
columnNamesSync, descriptionSync, detailsSync, dieSync, getAccountName, getId, getName, getUserType, handleRequestSync, handleResponseSync, initialize, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

evalTables

public static EvalTables evalTables
Constructor Detail

TexasHoldemGame

public TexasHoldemGame()

TexasHoldemGame

public TexasHoldemGame(double smallBlind,
                       double bigBlind,
                       int minPlayers,
                       int maxPlayers,
                       long gameID,
                       int actionWait)
Parameters:
smallBlind -
bigBlind -
minPlayers -
maxPlayers -
gameID -