|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
com.asdf.common | Common classes shared by client and server. |
com.asdf.plugins.pokergames | In-built pokergame implementation. |
com.asdf.plugins.pokergames.texasholdem.bots |
Uses of Action in com.asdf.common |
---|
Methods in com.asdf.common that return Action | |
---|---|
static Action |
Action.allInPassAction()
|
static Action |
Action.backAction()
|
static Action |
Action.betAction(double amount2)
|
static Action |
Action.bigBlindAction()
|
static Action |
Action.callAction()
|
static Action |
Action.checkAction()
|
static Action |
Action.discardAction(int[] discarded)
|
static Action |
Action.foldAction()
|
static Action |
Action.joinAction(java.lang.String name,
int seat,
double cash)
|
static Action |
Action.leaveGameAction(int seat,
double amount)
|
static Action |
Action.muckAction()
|
static Action |
Action.postAnte(double amount2)
|
static Action |
Action.postBlindAction()
|
static Action |
Action.postDeadBlindAction()
|
static Action |
Action.raiseAction(double amount2)
|
static Action |
Action.reserveAction(int seat)
|
static Action |
Action.revealAction()
|
static Action |
Action.sitout()
|
static Action |
Action.sitOutAction()
|
static Action |
Action.skipTurnAction()
|
static Action |
Action.smallBlindAction()
|
Uses of Action in com.asdf.plugins.pokergames |
---|
Methods in com.asdf.plugins.pokergames that return Action | |
---|---|
Action |
Player.getAction()
|
Action |
OurPlayer.getAction()
|
Methods in com.asdf.plugins.pokergames with parameters of type Action | |
---|---|
void |
Player.actionEvent(int pos,
Action action)
|
void |
OurPlayer.actionEvent(int pos,
Action action)
|
void |
PokerGameController.sendAction(Action action,
int currentPlayer)
Sends an action message to server. |
Uses of Action in com.asdf.plugins.pokergames.texasholdem.bots |
---|
Methods in com.asdf.plugins.pokergames.texasholdem.bots that return Action | |
---|---|
Action |
SuperBot.getAction()
|
Action |
KillerBot.getAction()
|
Action |
Bananabot.getAction()
Requests an Action from the player Called when it is the Player's turn to act. |
Methods in com.asdf.plugins.pokergames.texasholdem.bots with parameters of type Action | |
---|---|
void |
SuperBot.actionEvent(int arg0,
Action arg1)
|
void |
KillerBot.actionEvent(int arg0,
Action arg1)
|
void |
Bananabot.actionEvent(int pos,
Action act)
An action has been observed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |