public abstract class Simulant extends Object
| Constructor and Description |
|---|
Simulant() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(com.threerings.crowd.data.BodyObject self,
GameConfig config,
GameManager gmgr,
com.threerings.presents.dobj.DObjectManager omgr)
Initializes the simulant with a body object and the game config for
the game they'll be engaged in.
|
void |
willEnterPlace(com.threerings.crowd.data.PlaceObject plobj)
Called when the simulant is about to enter the room in which it
will be doing all of its business.
|
public void init(com.threerings.crowd.data.BodyObject self,
GameConfig config,
GameManager gmgr,
com.threerings.presents.dobj.DObjectManager omgr)
public void willEnterPlace(com.threerings.crowd.data.PlaceObject plobj)
Copyright © 2015. All rights reserved.