public class TableState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TableState |
GGZ_TABLE_CREATED
Initial created state for the table.
|
static TableState |
GGZ_TABLE_DONE
The game session is finished and the table will soon exit.
|
static TableState |
GGZ_TABLE_ERROR
There is some error with the table.
|
static TableState |
GGZ_TABLE_PLAYING
Playing a game.
|
static TableState |
GGZ_TABLE_WAITING
Waiting for enough players to join before playing.
|
| Modifier and Type | Method and Description |
|---|---|
static TableState |
valueOf(int i) |
public static final TableState GGZ_TABLE_ERROR
public static final TableState GGZ_TABLE_CREATED
public static final TableState GGZ_TABLE_WAITING
public static final TableState GGZ_TABLE_PLAYING
public static final TableState GGZ_TABLE_DONE
public static TableState valueOf(int i)