| Package | Description |
|---|---|
| game |
| Modifier and Type | Field and Description |
|---|---|
GameRunner.GameStatus |
GameRunner.GameScore.status
the status.
|
| Modifier and Type | Method and Description |
|---|---|
static GameRunner.GameStatus |
GameRunner.GameStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GameRunner.GameStatus[] |
GameRunner.GameStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GameRunner.GameScore(Game g,
int s,
GameRunner.GameStatus status,
java.lang.String m)
Constructor: an instance for game g with score s, status status,
and message m.
|