|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IF_ExtModule_Feed
Method Summary | |
---|---|
boolean |
initModule(int[] betSizes,
int[] betStructure,
int[] blindStructure,
int ante,
java.lang.String playerNames,
int[] cashOfPlayer)
Tries to initialize the module. |
void |
newAction(Action action)
Informs the module about a new action. |
void |
newHand(int button)
Informs the module about the beginning of a new hand. |
void |
newHoleCards(int player,
int[] cards)
Informs the module about new hole cards of a player. |
void |
newRound(int round,
int[] newCards)
Informs the module about a new round. |
void |
showdown(int player,
int gain)
Informs the module about the showdown of the hand. |
Method Detail |
---|
boolean initModule(int[] betSizes, int[] betStructure, int[] blindStructure, int ante, java.lang.String playerNames, int[] cashOfPlayer)
betStructure
- The limits for each betting round (0 for no limit)blindStructure
- The blind sizes for the players after the buttonante
- The ante for each playerplayerNames
- The player names in the table order. The name at index 0 is the own namecashOfPlayer
- The initial cash of the players.
void newHand(int button)
void newHoleCards(int player, int[] cards)
void newAction(Action action)
void newRound(int round, int[] newCards)
void showdown(int player, int gain)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |