public class GameState extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
GAMEOVER |
static int |
PLAYING |
static int |
TITLESCREEN
title screen state
|
Constructor and Description |
---|
GameState(int value)
default constructor
|
public static final int TITLESCREEN
public static final int PLAYING
public static final int GAMEOVER