Interface GameManager
- All Superinterfaces:
GameFlow,GameSessions,PlayerConnection
- All Known Implementing Classes:
ServerGameManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendEndGameWithoutResults(Connection client) voidsendNextBrick(Connection client, int indexInSequence) voidsendWaitingEndGame(Connection client) voidsendWaitingStartGame(Connection client) voidsetName(Connection client, String name) Methods inherited from interface ru.hse.germandilio.tetris.server.game.GameFlow
endGame, readyToEndGame, readyToStartGame, startGameMethods inherited from interface ru.hse.germandilio.tetris.server.game.GameSessions
getTopSessions, saveGameSessionResultsMethods inherited from interface ru.hse.germandilio.tetris.server.game.PlayerConnection
disconnectPlayer, playerConnected
-
Method Details
-
setName
-
sendWaitingStartGame
-
sendWaitingEndGame
-
sendNextBrick
-
sendEndGameWithoutResults
-