com.threerings.tudey.config
Class TargetConfig.ActivatorOf
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.TargetConfig
com.threerings.tudey.config.TargetConfig.ActivatorOf
- All Implemented Interfaces:
- Exportable, Streamable, Copyable, Cloneable
- Enclosing class:
- TargetConfig
public static class TargetConfig.ActivatorOf
- extends TargetConfig
Refers to the entity that created the target.
| Nested classes/interfaces inherited from class com.threerings.tudey.config.TargetConfig |
TargetConfig.Activator, TargetConfig.ActivatorOf, TargetConfig.Behavior, TargetConfig.Compound, TargetConfig.Conditional, TargetConfig.DistanceSubset, TargetConfig.Excluding, TargetConfig.FarthestSubset, TargetConfig.InstanceOf, TargetConfig.Intersecting, TargetConfig.NearestSubset, TargetConfig.Randomized, TargetConfig.RandomSubset, TargetConfig.Source, TargetConfig.Subset, TargetConfig.Tagged |
target
@Editable
public TargetConfig target
- The target agent.
TargetConfig.ActivatorOf
public TargetConfig.ActivatorOf()
getLogicClassName
public String getLogicClassName()
- Description copied from class:
TargetConfig
- Returns the name of the server-side logic class for this target.
- Specified by:
getLogicClassName in class TargetConfig
invalidate
public void invalidate()
- Description copied from class:
TargetConfig
- Invalidates any cached data.
- Overrides:
invalidate in class TargetConfig