| Package | Description |
|---|---|
| com.threerings.crowd.data | |
| com.threerings.crowd.server |
| Modifier and Type | Field and Description |
|---|---|
Place |
BodyObject.location
Identifies the place currently occupied by this body.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BodyObject.setLocation(Place value)
Requests that the
location field be set to the
specified value. |
void |
BodyObject.willEnterPlace(Place place,
PlaceObject plobj)
Called when this body is about to enter the specified place.
|
| Modifier and Type | Method and Description |
|---|---|
Place |
PlaceManager.getLocation()
Returns a
Place instance that identifies this place. |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationManager.moveBody(BodyObject source,
Place place)
Forcibly moves the specified body object to the new place.
|
Copyright © 2015. All rights reserved.