public abstract class RatingDelegate extends GameManagerDelegate implements RatingCodes
DEFAULT_RATING, MAXIMUM_RATING, MINIMUM_RATING| Constructor and Description |
|---|
RatingDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
bodyEntered(int bodyOid) |
void |
bodyLeft(int bodyOid) |
void |
didInit(com.threerings.crowd.data.PlaceConfig config) |
void |
didStartup(com.threerings.crowd.data.PlaceObject plobj) |
void |
gameDidEnd()
Called by the game manager after the game ended.
|
void |
gameWillStart()
Called by the game manager when the game is about to start.
|
gameDidStart, gameWillEnd, gameWillReset, playerWasReplaced, setAI, tickAIpublic void didInit(com.threerings.crowd.data.PlaceConfig config)
didInit in class PlayManagerDelegatepublic void didStartup(com.threerings.crowd.data.PlaceObject plobj)
didStartup in class com.threerings.crowd.server.PlaceManagerDelegatepublic void bodyEntered(int bodyOid)
bodyEntered in class com.threerings.crowd.server.PlaceManagerDelegatepublic void bodyLeft(int bodyOid)
bodyLeft in class com.threerings.crowd.server.PlaceManagerDelegatepublic void gameWillStart()
GameManagerDelegategameWillStart in class GameManagerDelegatepublic void gameDidEnd()
GameManagerDelegategameDidEnd in class GameManagerDelegateCopyright © 2015. All rights reserved.