com.threerings.tudey.config
Class ActionConfig.Portal

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ActionConfig.Portal
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Direct Known Subclasses:
ActionConfig.EntryPortal, ActionConfig.TaggedPortal, ActionConfig.TilePortal
Enclosing class:
ActionConfig

@EditorTypes(value={ActionConfig.TaggedPortal.class,ActionConfig.TilePortal.class,ActionConfig.EntryPortal.class})
public abstract static class ActionConfig.Portal
extends DeepObject
implements Exportable

Identifies a portal within the target scene.


Constructor Summary
ActionConfig.Portal()
           
 
Method Summary
abstract  Object getKey()
          Returns the key identifying the portal.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionConfig.Portal

public ActionConfig.Portal()
Method Detail

getKey

public abstract Object getKey()
Returns the key identifying the portal.



Copyright © 2011. All Rights Reserved.