Package | Description |
---|---|
org.menacheri.jetserver.app | |
org.menacheri.jetserver.app.impl | |
org.menacheri.jetserver.handlers | |
org.menacheri.jetserver.service.impl |
Modifier and Type | Method and Description |
---|---|
GameStateManagerService |
GameRoom.getStateManager()
Every non trivial game will have some sort of state management service
going on.
|
Modifier and Type | Method and Description |
---|---|
void |
GameRoom.setStateManager(GameStateManagerService stateManager)
Method used to set the state manager for a game room.
|
Modifier and Type | Field and Description |
---|---|
protected GameStateManagerService |
GameRoomSession.stateManager
Each game room has separate state manager instances.
|
Modifier and Type | Method and Description |
---|---|
GameStateManagerService |
GameRoomSession.getStateManager() |
Modifier and Type | Method and Description |
---|---|
void |
GameRoomSession.setStateManager(GameStateManagerService stateManager) |
Modifier and Type | Method and Description |
---|---|
GameStateManagerService |
StateAware.getGameStateManagerService()
This method is used to get the state manager associated with this
handler.
|
Modifier and Type | Method and Description |
---|---|
void |
StateAware.setGameStateManagerService(GameStateManagerService gameStateManagerService)
Method used to set the game state manager service on a state aware
handler.
|
Modifier and Type | Class and Description |
---|---|
class |
GameStateManager |
Copyright © 2013. All Rights Reserved.