|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.plugins.pokergames.texasholdem.bots.PokerBot
public abstract class PokerBot
Constructor Summary | |
---|---|
PokerBot()
|
Method Summary | |
---|---|
Action |
getAction()
Requests an Action from the player Called when it is the Player's turn to act. |
void |
holeCards(Card c1,
Card c2,
int seat)
An event called to tell us our hole cards and seat number |
abstract Action |
postFlopAction()
|
abstract Action |
preFlopAction()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.asdf.plugins.pokergames.Player |
---|
actionEvent, dealHoleCardsEvent, gameOverEvent, gameStartEvent, gameStateChanged, receiveHand, showdownEvent, stageEvent, winEvent |
Constructor Detail |
---|
public PokerBot()
Method Detail |
---|
public void holeCards(Card c1, Card c2, int seat)
holeCards
in interface Player
c1
- your first hole cardc2
- your second hole cardseat
- your seat number at the tablepublic Action getAction()
getAction
in interface Player
public abstract Action preFlopAction()
public abstract Action postFlopAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |