com.threerings.tudey.config
Class ActionConfig.TilePortal
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ActionConfig.Portal
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. |
|
Method Summary |
Object |
getKey()
Returns the key identifying the portal. |
x
@Editable(hgroup="c")
public int x
- The tile coordinates.
y
@Editable(hgroup="c")
public int y
- The tile coordinates.
ActionConfig.TilePortal
public ActionConfig.TilePortal()
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.