|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.crowd.server.PlaceManagerDelegate
com.threerings.parlor.server.PlayManagerDelegate
com.threerings.parlor.game.server.GameManagerDelegate
com.threerings.puzzle.server.PuzzleManagerDelegate
public class PuzzleManagerDelegate
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 |
|---|
protected PuzzleManager _puzmgr
| Constructor Detail |
|---|
public PuzzleManagerDelegate()
@Deprecated public PuzzleManagerDelegate(PuzzleManager puzmgr)
| Method Detail |
|---|
public void didInit(PlaceConfig config)
didInit in class PlayManagerDelegate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||