Uses of Class
com.threerings.tudey.config.BehaviorConfig.Original

Packages that use BehaviorConfig.Original
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.server.logic   
 

Uses of BehaviorConfig.Original in com.threerings.tudey.config
 

Subclasses of BehaviorConfig.Original in com.threerings.tudey.config
static class BehaviorConfig.Combined
          A combined behavior.
static class BehaviorConfig.Evaluating
          Base class for behaviors that require periodic (re)evaluation.
static class BehaviorConfig.Follow
          Follows another actor.
static class BehaviorConfig.Patrol
          Patrols a path, area, etc.
static class BehaviorConfig.Random
          Chooses a sub-behavior randomly according to their weights for each evaluation.
static class BehaviorConfig.Scripted
          A behavior that has a set of scripted actions.
static class BehaviorConfig.Wander
          Wanders around randomly.
 

Methods in com.threerings.tudey.config that return BehaviorConfig.Original
 BehaviorConfig.Original BehaviorConfig.getOriginal(ConfigManager cfgmgr)
          Returns a reference to the config's underlying original implementation.
abstract  BehaviorConfig.Original BehaviorConfig.Implementation.getOriginal(ConfigManager cfgmgr)
          Returns a reference to the config's underlying original implementation.
 BehaviorConfig.Original BehaviorConfig.Original.getOriginal(ConfigManager cfgmgr)
           
 BehaviorConfig.Original BehaviorConfig.Derived.getOriginal(ConfigManager cfgmgr)
           
 

Uses of BehaviorConfig.Original in com.threerings.tudey.server.logic
 

Methods in com.threerings.tudey.server.logic with parameters of type BehaviorConfig.Original
 void BehaviorLogic.init(TudeySceneManager scenemgr, BehaviorConfig.Original config, AgentLogic agent)
          Initializes the logic.
 



Copyright © 2011. All Rights Reserved.