com.threerings.tudey.config
Class ActionConfig.EntryPortal

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

public static class ActionConfig.EntryPortal
extends ActionConfig.Portal

A (non-tile) scene model entry portal identified by its entry id.


Field Summary
 int id
          The entry id.
 
Constructor Summary
ActionConfig.EntryPortal()
           
 
Method Summary
 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
 

Field Detail

id

@Editable(min=0.0)
public int id
The entry id.

Constructor Detail

ActionConfig.EntryPortal

public ActionConfig.EntryPortal()
Method Detail

getKey

public Object getKey()
Description copied from class: ActionConfig.Portal
Returns the key identifying the portal.

Specified by:
getKey in class ActionConfig.Portal


Copyright © 2011. All Rights Reserved.