Uses of Class
poker.Table.Phase

Packages that use Table.Phase
poker   
 

Uses of Table.Phase in poker
 

Fields in poker declared as Table.Phase
 Table.Phase Table.phase
           
 

Methods in poker that return Table.Phase
static Table.Phase Table.Phase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Table.Phase[] Table.Phase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in poker with parameters of type Table.Phase
 int Player.bet(Table.Phase phase, java.lang.String[] boardCards, int dealerPosition, int callValue, int nrActivePlayers, int nrBlindsPayed, int nrRaisePayed)
          Vollzieht eine Bietentscheidung des Spielers aufgrund der übergebenen Daten.