com.threerings.tudey.config
Class BehaviorConfig.Original

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.BehaviorConfig.Implementation
          extended by com.threerings.tudey.config.BehaviorConfig.Original
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Direct Known Subclasses:
BehaviorConfig.Combined, BehaviorConfig.Evaluating, BehaviorConfig.Scripted
Enclosing class:
BehaviorConfig

public static class BehaviorConfig.Original
extends BehaviorConfig.Implementation

Superclass of the original implementations.


Constructor Summary
BehaviorConfig.Original()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class to use for the actor.
 BehaviorConfig.Original getOriginal(ConfigManager cfgmgr)
          Returns a reference to the config's underlying original implementation.
 
Methods inherited from class com.threerings.tudey.config.BehaviorConfig.Implementation
getUpdateReferences, 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
 

Constructor Detail

BehaviorConfig.Original

public BehaviorConfig.Original()
Method Detail

getLogicClassName

public String getLogicClassName()
Returns the name of the server-side logic class to use for the actor.


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.