com.threerings.tudey.config
Class GroundConfig.Derived

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.GroundConfig.Implementation
          extended by com.threerings.tudey.config.GroundConfig.Derived
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
GroundConfig

public static class GroundConfig.Derived
extends GroundConfig.Implementation

A derived implementation.


Field Summary
 ConfigReference<GroundConfig> ground
          The ground reference.
 
Constructor Summary
GroundConfig.Derived()
           
 
Method Summary
 GroundConfig.Original getOriginal(ConfigManager cfgmgr)
          Returns a reference to the config's underlying original implementation.
 void getUpdateReferences(ConfigReferenceSet refs)
          Adds the implementation's update references to the provided set.
 
Methods inherited from class com.threerings.tudey.config.GroundConfig.Implementation
invalidate
 
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

ground

@Editable(nullable=true)
public ConfigReference<GroundConfig> ground
The ground reference.

Constructor Detail

GroundConfig.Derived

public GroundConfig.Derived()
Method Detail

getUpdateReferences

public void getUpdateReferences(ConfigReferenceSet refs)
Description copied from class: GroundConfig.Implementation
Adds the implementation's update references to the provided set.

Overrides:
getUpdateReferences in class GroundConfig.Implementation

getOriginal

public GroundConfig.Original getOriginal(ConfigManager cfgmgr)
Description copied from class: GroundConfig.Implementation
Returns a reference to the config's underlying original implementation.

Specified by:
getOriginal in class GroundConfig.Implementation


Copyright © 2011. All Rights Reserved.