Uses of Class
de.extio.spacecraft.shared.model.game.GameSessionState
-
Packages that use GameSessionState Package Description de.extio.spacecraft.shared.model.client.game Data objects representing a game session on client sidede.extio.spacecraft.shared.model.game Enums and data objects for aspects of a game sessionde.extio.spacecraft.shared.model.game_server.instance Data objects representing and holding game sessions on server side -
-
Uses of GameSessionState in de.extio.spacecraft.shared.model.client.game
Methods in de.extio.spacecraft.shared.model.client.game that return GameSessionState Modifier and Type Method Description GameSessionState
GameSession. getState()
Methods in de.extio.spacecraft.shared.model.client.game with parameters of type GameSessionState Modifier and Type Method Description void
GameSession. setState(GameSessionState state)
-
Uses of GameSessionState in de.extio.spacecraft.shared.model.game
Methods in de.extio.spacecraft.shared.model.game that return GameSessionState Modifier and Type Method Description static GameSessionState
GameSessionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static GameSessionState[]
GameSessionState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GameSessionState in de.extio.spacecraft.shared.model.game_server.instance
Methods in de.extio.spacecraft.shared.model.game_server.instance that return GameSessionState Modifier and Type Method Description GameSessionState
GameSession. getGameSessionState()
Returns whether the game session is still in lobby or already startedMethods in de.extio.spacecraft.shared.model.game_server.instance with parameters of type GameSessionState Modifier and Type Method Description void
GameSession. setGameSessionState(GameSessionState gameSessionState)
-