class PlayerStateID
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static int |
ACCEPTED
Involved in the game (accepted the invitation) but not currently playing.
|
(package private) static int |
INVITED
Invited to the game but not yet joined.
|
(package private) static int |
PLAYING
Playing this game right now.
|
(package private) static int |
REMOVED
Declined the invitation or left the game.
|
Constructor and Description |
---|
PlayerStateID() |
static final int ACCEPTED
static final int INVITED
static final int PLAYING
static final int REMOVED