| Package | Description |
|---|---|
| io.nadron.app | |
| io.nadron.app.impl | |
| io.nadron.handlers | |
| io.nadron.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.
|
protected GameStateManagerService |
GameRoomSession.GameRoomSessionBuilder.stateManager |
| Modifier and Type | Method and Description |
|---|---|
GameStateManagerService |
GameRoomSession.getStateManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
GameRoomSession.setStateManager(GameStateManagerService stateManager) |
GameRoomSession.GameRoomSessionBuilder |
GameRoomSession.GameRoomSessionBuilder.stateManager(GameStateManagerService gameStateManagerService) |
| 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.