com.threerings.tudey.server.logic
Interface ActorLogic.CollisionFlagObserver

All Known Implementing Classes:
Pathfinder
Enclosing class:
ActorLogic

public static interface ActorLogic.CollisionFlagObserver

An interface for objects interested in updates to the actor's collision flags.


Method Summary
 void collisionFlagsChanged(ActorLogic source, int oflags)
          Notes that the actor's collision flags have changed.
 

Method Detail

collisionFlagsChanged

void collisionFlagsChanged(ActorLogic source,
                           int oflags)
Notes that the actor's collision flags have changed.



Copyright © 2011. All Rights Reserved.