com.threerings.tudey.config
Class HandlerConfig.BaseIntersectionCount

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.HandlerConfig
          extended by com.threerings.tudey.config.HandlerConfig.BaseIntersection
              extended by com.threerings.tudey.config.HandlerConfig.BaseIntersectionCount
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Direct Known Subclasses:
HandlerConfig.ThresholdIntersectionCount
Enclosing class:
HandlerConfig

public abstract static class HandlerConfig.BaseIntersectionCount
extends HandlerConfig.BaseIntersection

The intersection count event handler.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.HandlerConfig
HandlerConfig.ActorAdded, HandlerConfig.ActorRemoved, HandlerConfig.BaseActorObserver, HandlerConfig.BaseIntersection, HandlerConfig.BaseIntersectionCount, HandlerConfig.DefaultShape, HandlerConfig.Intersection, HandlerConfig.IntersectionShape, HandlerConfig.IntersectionStart, HandlerConfig.IntersectionStop, HandlerConfig.Request, HandlerConfig.Shutdown, HandlerConfig.Signal, HandlerConfig.SignalStart, HandlerConfig.SignalStop, HandlerConfig.Startup, HandlerConfig.ThresholdIntersectionCount, HandlerConfig.Tick, HandlerConfig.Timer, HandlerConfig.TransformedShape, HandlerConfig.VariableChanged, HandlerConfig.WarnTimer
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Field Summary
 ConditionConfig condition
          The condition that must be satisfied for a valid intersection.
 int mask
          The mask representing the types of entities that trigger the sensor.
 
Fields inherited from class com.threerings.tudey.config.HandlerConfig.BaseIntersection
shape
 
Fields inherited from class com.threerings.tudey.config.HandlerConfig
action
 
Constructor Summary
HandlerConfig.BaseIntersectionCount()
           
 
Method Summary
 void getPreloads(ConfigManager cfgmgr, PreloadableSet preloads)
          Adds the resources to preload for this handler into the provided set.
 
Methods inherited from class com.threerings.tudey.config.HandlerConfig.BaseIntersection
invalidate
 
Methods inherited from class com.threerings.tudey.config.HandlerConfig
getLogicClassName
 
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

mask

@Editable(editor="mask",
          mode="collision")
@Strippable
public int mask
The mask representing the types of entities that trigger the sensor.


condition

@Editable
public ConditionConfig condition
The condition that must be satisfied for a valid intersection.

Constructor Detail

HandlerConfig.BaseIntersectionCount

public HandlerConfig.BaseIntersectionCount()
Method Detail

getPreloads

public void getPreloads(ConfigManager cfgmgr,
                        PreloadableSet preloads)
Description copied from class: HandlerConfig
Adds the resources to preload for this handler into the provided set.

Overrides:
getPreloads in class HandlerConfig


Copyright © 2011. All Rights Reserved.