com.threerings.puzzle.server
Class PuzzleManagerDelegate

java.lang.Object
  extended by com.threerings.crowd.server.PlaceManagerDelegate
      extended by com.threerings.parlor.server.PlayManagerDelegate
          extended by com.threerings.parlor.game.server.GameManagerDelegate
              extended by com.threerings.puzzle.server.PuzzleManagerDelegate
Direct Known Subclasses:
DropManagerDelegate

public class PuzzleManagerDelegate
extends GameManagerDelegate

Extends the GameManagerDelegate mechanism with puzzle manager specific methods (of which there are currently none).


Field Summary
protected  PuzzleManager _puzmgr
           
 
Fields inherited from class com.threerings.parlor.server.PlayManagerDelegate
_gmgr
 
Fields inherited from class com.threerings.crowd.server.PlaceManagerDelegate
_invmgr, _omgr, _plmgr
 
Constructor Summary
PuzzleManagerDelegate()
           
PuzzleManagerDelegate(PuzzleManager puzmgr)
          Deprecated. use the zero-argument constructor.
 
Method Summary
 void didInit(PlaceConfig config)
           
 
Methods inherited from class com.threerings.parlor.game.server.GameManagerDelegate
gameDidEnd, gameDidStart, gameWillEnd, gameWillReset, gameWillStart, playerWasReplaced, setAI, tickAI
 
Methods inherited from class com.threerings.parlor.server.PlayManagerDelegate
isAgent, isPlayer, verifyIsPlayer, verifyIsPlayerOrAgent, verifyWritePermission
 
Methods inherited from class com.threerings.crowd.server.PlaceManagerDelegate
addDispatcher, addProvider, bodyEntered, bodyLeft, bodyUpdated, didShutdown, didStartup, init, placeBecameEmpty, where
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_puzmgr

protected PuzzleManager _puzmgr
Constructor Detail

PuzzleManagerDelegate

public PuzzleManagerDelegate()

PuzzleManagerDelegate

@Deprecated
public PuzzleManagerDelegate(PuzzleManager puzmgr)
Deprecated. use the zero-argument constructor.

Method Detail

didInit

public void didInit(PlaceConfig config)
Overrides:
didInit in class PlayManagerDelegate