Uses of Class
com.threerings.parlor.server.PlayManagerDelegate

Packages that use PlayManagerDelegate
com.threerings.parlor.card.trick.server   
com.threerings.parlor.game.server   
com.threerings.parlor.rating.server   
com.threerings.parlor.turn.server   
com.threerings.puzzle.drop.server   
com.threerings.puzzle.server   
 

Uses of PlayManagerDelegate in com.threerings.parlor.card.trick.server
 

Subclasses of PlayManagerDelegate in com.threerings.parlor.card.trick.server
 class TrickCardGameManagerDelegate
          A card game manager delegate for trick-based card games, such as Spades and Hearts.
 

Uses of PlayManagerDelegate in com.threerings.parlor.game.server
 

Subclasses of PlayManagerDelegate in com.threerings.parlor.game.server
 class GameManagerDelegate
          Extends the PlayManagerDelegate mechanism with game manager specific methods.
 

Uses of PlayManagerDelegate in com.threerings.parlor.rating.server
 

Subclasses of PlayManagerDelegate in com.threerings.parlor.rating.server
 class RatingDelegate
          Rates players after each game and handles persisting the results.
 

Uses of PlayManagerDelegate in com.threerings.parlor.turn.server
 

Subclasses of PlayManagerDelegate in com.threerings.parlor.turn.server
 class TurnGameManagerDelegate
          Performs the server-side turn-based game processing for a turn based game.
 

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

Subclasses of PlayManagerDelegate in com.threerings.puzzle.drop.server
 class DropManagerDelegate
          Provides the necessary support for a puzzle game that involves a two-dimensional board containing pieces, with new pieces either falling into the board as a "drop block", or rising into the bottom of the board in new piece rows, groups of blocks can be "broken" and garbage can be sent to other players' boards as a result.
 

Uses of PlayManagerDelegate in com.threerings.puzzle.server
 

Subclasses of PlayManagerDelegate in com.threerings.puzzle.server
 class PuzzleManagerDelegate
          Extends the GameManagerDelegate mechanism with puzzle manager specific methods (of which there are currently none).
 



Copyright © 2011. All Rights Reserved.