Uses of Interface
com.threerings.puzzle.drop.data.DropLogic

Packages that use DropLogic
com.threerings.puzzle.drop.client   
com.threerings.puzzle.drop.server   
 

Uses of DropLogic in com.threerings.puzzle.drop.client
 

Constructors in com.threerings.puzzle.drop.client with parameters of type DropLogic
DropControllerDelegate(PuzzleController ctrl, DropLogic logic)
          Creates a delegate with the specified drop game logic and controller.
 

Uses of DropLogic in com.threerings.puzzle.drop.server
 

Constructors in com.threerings.puzzle.drop.server with parameters of type DropLogic
DropManagerDelegate(DropLogic logic)
          Creates a drop manager delegate with a logic that it uses to determine how to manage the drop puzzle.
DropManagerDelegate(PuzzleManager puzmgr, DropLogic logic)
          Deprecated. use DropManagerDelegate.DropManagerDelegate(DropLogic).
 



Copyright © 2011. All Rights Reserved.