|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface file to default values such as the number of players etc. These should be set in game property files.
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 |
public static final String VERSION
public static final String MASTER_SERVE_KEY
public static final int DEFAULT_PORT
public static final int DEFAULT_MIN_NUM_OF_PLAYERS
public static final int DEFAULT_MAX_NUM_OF_PLAYERS
public static final int DEFAULT_REQ_NUM_OF_PLAYERS
public static final int DEFAULT_MAX_NUM_OF_TABLES
public static final int DEFAULT_MAX_NUM_OF_USERS
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |