poker
Class Holdem
java.lang.Object
poker.Holdem
public class Holdem
- extends java.lang.Object
Useful Holdem Constants
Source Code: Holdem.java
- Version:
- 1.0.1
- Author:
- Aaron Davidson
Method Summary |
static int |
getAction(int u_act)
Convert an update action to a general action {fold,call,raise} |
static int |
RAISE_NL_AMOUNT(int val)
|
static int |
RAISE_NL(int amount)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFLOP
public static final int PREFLOP
- See Also:
- Constant Field Values
FLOP
public static final int FLOP
- See Also:
- Constant Field Values
TURN
public static final int TURN
- See Also:
- Constant Field Values
RIVER
public static final int RIVER
- See Also:
- Constant Field Values
SHOWDOWN
public static final int SHOWDOWN
- See Also:
- Constant Field Values
MAX_PLAYERS
public static final int MAX_PLAYERS
- See Also:
- Constant Field Values
MAX_RAISES
public static final int MAX_RAISES
- See Also:
- Constant Field Values
BLIND
public static final int BLIND
- See Also:
- Constant Field Values
SMALL_BLIND
public static final int SMALL_BLIND
- See Also:
- Constant Field Values
BIG_BLIND
public static final int BIG_BLIND
- See Also:
- Constant Field Values
FOLD
public static final int FOLD
- See Also:
- Constant Field Values
CHECK
public static final int CHECK
- See Also:
- Constant Field Values
CALL
public static final int CALL
- See Also:
- Constant Field Values
BET
public static final int BET
- See Also:
- Constant Field Values
RAISE
public static final int RAISE
- See Also:
- Constant Field Values
ALLIN
public static final int ALLIN
- See Also:
- Constant Field Values
U_NULL
public static final int U_NULL
- See Also:
- Constant Field Values
U_FOLD
public static final int U_FOLD
- See Also:
- Constant Field Values
U_CHECK
public static final int U_CHECK
- See Also:
- Constant Field Values
U_CALL
public static final int U_CALL
- See Also:
- Constant Field Values
U_BET
public static final int U_BET
- See Also:
- Constant Field Values
U_RAISE
public static final int U_RAISE
- See Also:
- Constant Field Values
U_SBLIND
public static final int U_SBLIND
- See Also:
- Constant Field Values
U_BBLIND
public static final int U_BBLIND
- See Also:
- Constant Field Values
U_ALLIN
public static final int U_ALLIN
- See Also:
- Constant Field Values
actions
public static final java.lang.String[] actions
Holdem
public Holdem()
RAISE_NL
public static final int RAISE_NL(int amount)
- Parameters:
amount
- The amount to raise, after calling
RAISE_NL_AMOUNT
public static final int RAISE_NL_AMOUNT(int val)
getAction
public static int getAction(int u_act)
- Convert an update action to a general action {fold,call,raise}