com.threerings.tudey.data
Class EntityKey

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.tudey.data.EntityKey
All Implemented Interfaces:
com.threerings.io.Streamable
Direct Known Subclasses:
EntityKey.Actor, EntityKey.Entry

public abstract class EntityKey
extends com.threerings.io.SimpleStreamableObject

Identifies an entity (scene entry or actor) within the scene.


Nested Class Summary
static class EntityKey.Actor
          Identifies an actor.
static class EntityKey.Entry
          Identifies an entry.
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Constructor Summary
EntityKey()
           
 
Method Summary
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityKey

public EntityKey()


Copyright © 2011. All Rights Reserved.