com.threerings.crowd.data
Class Place
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.crowd.data.Place
- All Implemented Interfaces:
- Streamable
public class Place
- extends SimpleStreamableObject
Contains information on the current place occupied by a body.
|
Constructor Summary |
Place(int placeOid)
Creates a place with the supplied oid. |
placeOid
public final int placeOid
- The oid of this place's
PlaceObject.
Place
public Place(int placeOid)
- Creates a place with the supplied oid.
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object