com.threerings.tudey.config
Class BehaviorConfig.Combined
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.BehaviorConfig.Implementation
com.threerings.tudey.config.BehaviorConfig.Original
com.threerings.tudey.config.BehaviorConfig.Combined
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- BehaviorConfig
public static class BehaviorConfig.Combined
- extends BehaviorConfig.Original
A combined behavior.
first
@Editable(nullable=true)
public ConfigReference<BehaviorConfig> first
- The first behavior.
second
@Editable(nullable=true)
public ConfigReference<BehaviorConfig> second
- The second behavior.
BehaviorConfig.Combined
public BehaviorConfig.Combined()
getLogicClassName
public String getLogicClassName()
- Description copied from class:
BehaviorConfig.Original
- Returns the name of the server-side logic class to use for the actor.
- Overrides:
getLogicClassName in class BehaviorConfig.Original
Copyright © 2011. All Rights Reserved.