org.jogre.client
Interface IJogreModel

All Known Implementing Classes:
JogreModel

public interface IJogreModel

Interface containing some constants which are used with the JogreModel. Currently these include game types.

Version:
Alpha 0.2.3
Author:
Bob Marks

Field Summary
static int GAME_TYPE_REAL_TIME
          Real time game type i.e.
static int GAME_TYPE_TURN_BASED
          Type based game type i.e.
 

Field Detail

GAME_TYPE_TURN_BASED

public static final int GAME_TYPE_TURN_BASED
Type based game type i.e. each player takes their turn in a game e.g. board/card games.

See Also:
Constant Field Values

GAME_TYPE_REAL_TIME

public static final int GAME_TYPE_REAL_TIME
Real time game type i.e. everyone is playing at the same time e.g. arcade style game

See Also:
Constant Field Values