|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.poker.texas.BetInt
public class BetInt
This class holds some static finals for human readable use of Actions
Field Summary | |
---|---|
static int |
ALLIN
|
static int |
CALL
|
static int |
CALL20
smallPair, 1 raise before, you and one active have cash==20*MINRAISE |
static int |
CHECK
|
static int |
FOLD
|
static int |
INVALID
|
static int |
MINRAISE
raise of minimum(only at limited) |
static int |
NA
init dead ranges with -2 // e.g. cardranks < 2 - StartingHandCharts |
static int |
RAISE
custom raise |
static int |
RAISE3
3*BB + (amountOfActiveOpponent*BB) |
static int |
RAISE4
4*BB + (amountOfActiveOpponent*BB) |
Constructor Summary | |
---|---|
private |
BetInt()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INVALID
public static final int FOLD
public static final int CHECK
public static final int CALL
public static final int CALL20
public static final int MINRAISE
public static final int RAISE3
public static final int RAISE4
public static final int RAISE
public static final int ALLIN
public static final int NA
Constructor Detail |
---|
private BetInt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |