com.threerings.tudey.config
Class BehaviorConfig.Derived

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

public static class BehaviorConfig.Derived
extends BehaviorConfig.Implementation

A derived implementation.


Field Summary
 ConfigReference<BehaviorConfig> behavior
          The actor reference.
 
Constructor Summary
BehaviorConfig.Derived()
           
 
Method Summary
 BehaviorConfig.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.BehaviorConfig.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

behavior

@Editable(nullable=true)
public ConfigReference<BehaviorConfig> behavior
The actor reference.

Constructor Detail

BehaviorConfig.Derived

public BehaviorConfig.Derived()
Method Detail

getUpdateReferences

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

Overrides:
getUpdateReferences in class BehaviorConfig.Implementation

getOriginal

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

Specified by:
getOriginal in class BehaviorConfig.Implementation


Copyright © 2011. All Rights Reserved.