Uses of Interface
com.threerings.tudey.server.TudeySceneManager.Sensor

Packages that use TudeySceneManager.Sensor
com.threerings.tudey.server   
com.threerings.tudey.server.logic   
 

Uses of TudeySceneManager.Sensor in com.threerings.tudey.server
 

Subinterfaces of TudeySceneManager.Sensor in com.threerings.tudey.server
static interface TudeySceneManager.IntersectionSensor
          An interface for objects that should be notified when actors intersect them.
 

Method parameters in com.threerings.tudey.server with type arguments of type TudeySceneManager.Sensor
 int TudeySceneManager.triggerSensors(Class<? extends TudeySceneManager.Sensor> type, int timestamp, Collection<Shape> shapes, int flags, ActorLogic actor)
          Triggers any sensors of the specified type intersecting the specified shape.
 int TudeySceneManager.triggerSensors(Class<? extends TudeySceneManager.Sensor> type, int timestamp, Shape shape, int flags, ActorLogic actor)
          Triggers any sensors of the specified type intersecting the specified shape.
 

Uses of TudeySceneManager.Sensor in com.threerings.tudey.server.logic
 

Classes in com.threerings.tudey.server.logic that implement TudeySceneManager.Sensor
static class HandlerLogic.BaseIntersectionCount
          Handles the intersection count event.
static class HandlerLogic.Intersection
          Handles the intersection event.
static class HandlerLogic.IntersectionStart
          Handles the intersection start event.
static class HandlerLogic.IntersectionStop
          Handles the intersection stop event.
static class HandlerLogic.ThresholdIntersectionCount
          Handles a threshold intersection count event.
 



Copyright © 2011. All Rights Reserved.