com.threerings.tudey.config
Class TargetConfig.Tagged

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.TargetConfig
          extended by com.threerings.tudey.config.TargetConfig.Tagged
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Enclosing class:
TargetConfig

public static class TargetConfig.Tagged
extends TargetConfig

Refers to the entity or entities bearing a certain tag.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.TargetConfig
TargetConfig.Activator, 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
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Field Summary
 String tag
          The tag of interest.
 
Constructor Summary
TargetConfig.Tagged()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class for this target.
 
Methods inherited from class com.threerings.tudey.config.TargetConfig
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

tag

@Editable
public String tag
The tag of interest.

Constructor Detail

TargetConfig.Tagged

public TargetConfig.Tagged()
Method Detail

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


Copyright © 2011. All Rights Reserved.