org.jogre.common
Interface IJogre

All Known Implementing Classes:
GameProperties

public interface IJogre

Interface file to default values such as the number of players etc. These should be set in game property files.

Version:
Alpha 0.2.1
Author:
Bob Marks

Field Summary
static int DEFAULT_MAX_NUM_OF_PLAYERS
          Default maximum number of players (2).
static int DEFAULT_MAX_NUM_OF_TABLES
          Default maximum number of table (2).
static int DEFAULT_MAX_NUM_OF_USERS
          Default maximum number of users which is multiplied by the number of games running.
static int DEFAULT_MIN_NUM_OF_PLAYERS
          Default minimum number of players (2).
static int DEFAULT_PORT
          Default port that JOGRE runs on.
static int DEFAULT_REQ_NUM_OF_PLAYERS
          Default required number of players (2).
static String MASTER_SERVE_KEY
          Key to the master server.
static String VERSION
          Link to the current version of JOGRE.
 

Field Detail

VERSION

public static final String VERSION
Link to the current version of JOGRE.

See Also:
Constant Field Values

MASTER_SERVE_KEY

public static final String MASTER_SERVE_KEY
Key to the master server.

See Also:
Constant Field Values

DEFAULT_PORT

public static final int DEFAULT_PORT
Default port that JOGRE runs on.

See Also:
Constant Field Values

DEFAULT_MIN_NUM_OF_PLAYERS

public static final int DEFAULT_MIN_NUM_OF_PLAYERS
Default minimum number of players (2).

See Also:
Constant Field Values

DEFAULT_MAX_NUM_OF_PLAYERS

public static final int DEFAULT_MAX_NUM_OF_PLAYERS
Default maximum number of players (2).

See Also:
Constant Field Values

DEFAULT_REQ_NUM_OF_PLAYERS

public static final int DEFAULT_REQ_NUM_OF_PLAYERS
Default required number of players (2).

See Also:
Constant Field Values

DEFAULT_MAX_NUM_OF_TABLES

public static final int DEFAULT_MAX_NUM_OF_TABLES
Default maximum number of table (2).

See Also:
Constant Field Values

DEFAULT_MAX_NUM_OF_USERS

public static final int DEFAULT_MAX_NUM_OF_USERS
Default maximum number of users which is multiplied by the number of games running.

See Also:
Constant Field Values