public class SeatType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static SeatType |
GGZ_SEAT_ABANDONED
The seat is abandoned by a player.
|
static SeatType |
GGZ_SEAT_BOT
The seat has a bot (AI) in it.
|
static SeatType |
GGZ_SEAT_NONE
This seat does not exist.
|
static SeatType |
GGZ_SEAT_OPEN
The seat is open (unoccupied).
|
static SeatType |
GGZ_SEAT_PLAYER
The seat has a regular player in it.
|
static SeatType |
GGZ_SEAT_RESERVED
The seat is reserved for a player.
|
static java.util.ArrayList |
values |
| Modifier and Type | Method and Description |
|---|---|
int |
ordinal() |
java.lang.String |
toString() |
static SeatType |
valueOf(int ordinal) |
static SeatType |
valueOf(java.lang.String type_str) |
public static final java.util.ArrayList values
public static final SeatType GGZ_SEAT_NONE
public static final SeatType GGZ_SEAT_OPEN
public static final SeatType GGZ_SEAT_BOT
public static final SeatType GGZ_SEAT_PLAYER
public static final SeatType GGZ_SEAT_RESERVED
public static final SeatType GGZ_SEAT_ABANDONED