|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--netwar.settings.GlobalSettings
STRUCT style class used for network coordination. Contains game initialization data shared by all players.
| Field Summary | |
int |
boardRadius
The radius of the game board, in Hexes. |
long |
randomSeed
The random seed. |
| Constructor Summary | |
GlobalSettings(int rad)
Creates a new instance of GlobalSettings |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int boardRadius
public long randomSeed
| Constructor Detail |
public GlobalSettings(int rad)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||