Serialized Form


Package bot.talk

Class bot.talk.TimeoutException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

playerIndex

int playerIndex
The index of the player that times out.


serious

boolean serious
A serious timeout exception is caused by a message that fails to send. Because a failure to send might not be representable by any standard signal, the player forfeits the remainder of his blinds.


description

java.lang.String description
A short description of the error


Package glassfrog.model

Class glassfrog.model.Gamedef extends java.lang.Object implements Serializable

serialVersionUID: 6684074574326038253L

Serialized Fields

numRounds

int numRounds

maxPlayers

int maxPlayers

minPlayers

int minPlayers

minBet

int minBet

maxBet

int maxBet

stackSize

int stackSize

smallBlind

int smallBlind

blindStructure

int[] blindStructure

numPrivateCards

int[] numPrivateCards

numPublicCards

int[] numPublicCards

betsPerRound

int[] betsPerRound

betStructure

int[] betStructure

reverseBlinds

boolean reverseBlinds

doylesGame

boolean doylesGame

noLimit

boolean noLimit