com.threerings.tudey.config
Class ActionConfig.TilePortal

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

public static class ActionConfig.TilePortal
extends ActionConfig.Portal

A tile portal identified by its coordinates.


Field Summary
 int x
          The tile coordinates.
 int y
          The tile coordinates.
 
Constructor Summary
ActionConfig.TilePortal()
           
 
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

x

@Editable(hgroup="c")
public int x
The tile coordinates.


y

@Editable(hgroup="c")
public int y
The tile coordinates.

Constructor Detail

ActionConfig.TilePortal

public ActionConfig.TilePortal()
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.