com.threerings.crowd.data
Class Place

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.crowd.data.Place
All Implemented Interfaces:
Streamable

public class Place
extends SimpleStreamableObject

Contains information on the current place occupied by a body.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 int placeOid
          The oid of this place's PlaceObject.
 
Constructor Summary
Place(int placeOid)
          Creates a place with the supplied oid.
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

placeOid

public final int placeOid
The oid of this place's PlaceObject.

Constructor Detail

Place

public Place(int placeOid)
Creates a place with the supplied oid.

Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object