|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.micasa.simulator.server.SimulatorManager.CreateGameTask
public class SimulatorManager.CreateGameTask
| Field Summary | |
|---|---|
protected GameConfig |
_config
The game config object. |
protected GameManager |
_gmgr
The game manager for the game being created. |
protected GameObject |
_gobj
The game object for the game being created. |
protected int |
_playerCount
The number of players in the game. |
protected String |
_simClass
The simulant class instantiated on game creation. |
protected List<ClientObject> |
_sims
The simulant body objects. |
protected BodyObject |
_source
The body object of the player requesting the game creation. |
| Constructor Summary | |
|---|---|
SimulatorManager.CreateGameTask(BodyObject source,
GameConfig config,
String simClass,
int playerCount)
|
|
| Method Summary | |
|---|---|
protected void |
createSimulants()
Called when all simulant body objects are present and the simulants are ready to be created. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<ClientObject> _sims
protected GameObject _gobj
protected GameManager _gmgr
protected int _playerCount
protected String _simClass
protected GameConfig _config
protected BodyObject _source
| Constructor Detail |
|---|
public SimulatorManager.CreateGameTask(BodyObject source,
GameConfig config,
String simClass,
int playerCount)
| Method Detail |
|---|
protected void createSimulants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||