Uses of Package
com.threerings.puzzle.drop.data

Packages that use com.threerings.puzzle.drop.data
com.threerings.puzzle.drop.client   
com.threerings.puzzle.drop.data   
com.threerings.puzzle.drop.server   
com.threerings.puzzle.drop.util   
 

Classes in com.threerings.puzzle.drop.data used by com.threerings.puzzle.drop.client
DropBoard
          A class that provides for various useful logical operations to be enacted on a two-dimensional board and provides an easier mechanism for referencing pieces by position.
DropCodes
          Contains codes used by the drop game services.
DropLogic
          Describes the features and configuration desired for a given drop puzzle game.
DropPieceCodes
          The drop piece codes interface contains constants common to the drop game package.
 

Classes in com.threerings.puzzle.drop.data used by com.threerings.puzzle.drop.data
DropBoard
          A class that provides for various useful logical operations to be enacted on a two-dimensional board and provides an easier mechanism for referencing pieces by position.
DropBoard.PieceOperation
          An interface to be implemented by classes that would like to apply some operation to each piece in a column or row segment in the board.
DropPieceCodes
          The drop piece codes interface contains constants common to the drop game package.
 

Classes in com.threerings.puzzle.drop.data used by com.threerings.puzzle.drop.server
DropCodes
          Contains codes used by the drop game services.
DropLogic
          Describes the features and configuration desired for a given drop puzzle game.
 

Classes in com.threerings.puzzle.drop.data used by com.threerings.puzzle.drop.util
DropBoard
          A class that provides for various useful logical operations to be enacted on a two-dimensional board and provides an easier mechanism for referencing pieces by position.
DropBoard.PieceOperation
          An interface to be implemented by classes that would like to apply some operation to each piece in a column or row segment in the board.
DropPieceCodes
          The drop piece codes interface contains constants common to the drop game package.
SegmentInfo
          Describes a segment of pieces in a DropBoard.
 



Copyright © 2011. All Rights Reserved.