com.threerings.tudey.config
Class WallConfig

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.config.ManagedConfig
          extended by com.threerings.config.ParameterizedConfig
              extended by com.threerings.tudey.config.PaintableConfig
                  extended by com.threerings.tudey.config.WallConfig
All Implemented Interfaces:
ConfigUpdateListener<ManagedConfig>, Exportable, com.threerings.resource.ResourceManager.ModificationObserver, Copyable, Cloneable

public class WallConfig
extends PaintableConfig

The configuration of a wall type.


Nested Class Summary
static class WallConfig.Derived
          A derived implementation.
static class WallConfig.Implementation
          Contains the actual implementation of the wall type.
static class WallConfig.Original
          An original wall implementation.
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.PaintableConfig
PaintableConfig.Case, PaintableConfig.Tile
 
Field Summary
 WallConfig.Implementation implementation
          The actual wall implementation.
 
Fields inherited from class com.threerings.config.ParameterizedConfig
parameters
 
Constructor Summary
WallConfig()
           
 
Method Summary
 WallConfig.Original getOriginal(ConfigManager cfgmgr)
          Returns a reference to the config's underlying original implementation.
 
Methods inherited from class com.threerings.tudey.config.PaintableConfig
createPattern
 
Methods inherited from class com.threerings.config.ParameterizedConfig
getInstance, getParameter, getReference, validateOuters, validateReferences, wasUpdated
 
Methods inherited from class com.threerings.config.ManagedConfig
addListener, configUpdated, getConfigManager, getInstance, getInstance, getInstance, getInstance, getName, init, removeListener, resourceModified, setName, updateFromSource
 
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

implementation

@Editable
public WallConfig.Implementation implementation
The actual wall implementation.

Constructor Detail

WallConfig

public WallConfig()
Method Detail

getOriginal

public WallConfig.Original getOriginal(ConfigManager cfgmgr)
Returns a reference to the config's underlying original implementation.



Copyright © 2011. All Rights Reserved.