com.threerings.tudey.data
Class EntityKey.Actor
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.tudey.data.EntityKey
com.threerings.tudey.data.EntityKey.Actor
- All Implemented Interfaces:
- com.threerings.io.Streamable
- Enclosing class:
- EntityKey
public static class EntityKey.Actor
- extends EntityKey
Identifies an actor.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
EntityKey.Actor
public EntityKey.Actor(int id)
- Creates a new actor key.
EntityKey.Actor
public EntityKey.Actor()
- No-arg constructor for deserialization.
getId
public int getId()
- Returns the actor's unique identifier.
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class com.threerings.io.SimpleStreamableObject
Copyright © 2011. All Rights Reserved.