|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GameInfo | |
|---|---|
| com.asdf.plugins.pokergames | In-built pokergame implementation. |
| com.asdf.plugins.pokergames.gameview | |
| com.asdf.plugins.pokergames.texasholdem.bots | |
| Uses of GameInfo in com.asdf.plugins.pokergames |
|---|
| Classes in com.asdf.plugins.pokergames that implement GameInfo | |
|---|---|
class |
GameModel
Contains all the state information of the game and players |
| Fields in com.asdf.plugins.pokergames declared as GameInfo | |
|---|---|
GameInfo |
PokerGameController.gameInfo
|
| Methods in com.asdf.plugins.pokergames that return GameInfo | |
|---|---|
GameInfo |
OurPlayerInfo.gameInfo()
|
GameInfo |
PokerGameController.getGameInfo()
Getter for current game state |
GameInfo |
PlayerInfo.getGameInfo()
Get the context of the last action made by this player. |
GameInfo |
OurPlayerInfo.getGameInfo()
|
| Methods in com.asdf.plugins.pokergames with parameters of type GameInfo | |
|---|---|
void |
Player.gameStartEvent(GameInfo arg0,
int seat)
|
void |
OurPlayer.gameStartEvent(GameInfo arg0,
int seat)
|
void |
OurPlayerInfo.setGameInfo(GameInfo gameInfo)
|
| Constructors in com.asdf.plugins.pokergames with parameters of type GameInfo | |
|---|---|
OurPlayerInfo(GameInfo gameInfo,
PlayerInfoFieldsMessage info)
|
|
OurPlayerInfo(java.lang.String name,
java.lang.String AccountName,
double bankRoll,
int mySeat,
GameInfo gameInfo2)
|
|
| Uses of GameInfo in com.asdf.plugins.pokergames.gameview |
|---|
| Methods in com.asdf.plugins.pokergames.gameview with parameters of type GameInfo | |
|---|---|
void |
GameView.update(GameInfo gm)
Updates client gameview GUI to show given gameview situation. |
| Uses of GameInfo in com.asdf.plugins.pokergames.texasholdem.bots |
|---|
| Methods in com.asdf.plugins.pokergames.texasholdem.bots with parameters of type GameInfo | |
|---|---|
void |
SuperBot.gameStartEvent(GameInfo arg0,
int seat)
|
void |
KillerBot.gameStartEvent(GameInfo arg0,
int seat)
|
void |
Bananabot.gameStartEvent(GameInfo gInfo,
int seat)
A new game has been started. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||