com.threerings.crowd.server
Class BodyLocator
java.lang.Object
com.threerings.crowd.server.BodyLocator
public class BodyLocator
- extends Object
Used to lookup BodyObject instances by name.
|
Method Summary |
BodyObject |
lookupBody(Name visibleName)
Returns the body object for the user with the specified visible name, or null if they are
not online. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_clmgr
@Inject
protected ClientManager _clmgr
BodyLocator
public BodyLocator()
lookupBody
public BodyObject lookupBody(Name visibleName)
- Returns the body object for the user with the specified visible name, or null if they are
not online.