Uses of Class
de.extio.spacecraft.shared.model.game.GameRunMode
-
Packages that use GameRunMode Package Description de.extio.spacecraft.shared.model.client.game Data objects representing a game session on client sidede.extio.spacecraft.shared.model.entity.builtin.live Builtin live entity implementations and interfaces for custom implementations of specific entity typesde.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 GameRunMode in de.extio.spacecraft.shared.model.client.game
Methods in de.extio.spacecraft.shared.model.client.game that return GameRunMode Modifier and Type Method Description GameRunMode
GameSession. getGameRunMode()
Methods in de.extio.spacecraft.shared.model.client.game with parameters of type GameRunMode Modifier and Type Method Description void
GameSession. setGameRunMode(GameRunMode gameRunMode)
-
Uses of GameRunMode in de.extio.spacecraft.shared.model.entity.builtin.live
Methods in de.extio.spacecraft.shared.model.entity.builtin.live that return GameRunMode Modifier and Type Method Description GameRunMode
AiSpawnPointEntity. getMinDifficulty()
Methods in de.extio.spacecraft.shared.model.entity.builtin.live with parameters of type GameRunMode Modifier and Type Method Description void
AiSpawnPointEntity. setMinDifficulty(GameRunMode minDifficulty)
-
Uses of GameRunMode in de.extio.spacecraft.shared.model.game
Methods in de.extio.spacecraft.shared.model.game that return GameRunMode Modifier and Type Method Description static GameRunMode
GameRunMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GameRunMode[]
GameRunMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GameRunMode in de.extio.spacecraft.shared.model.game_server.instance
Methods in de.extio.spacecraft.shared.model.game_server.instance that return GameRunMode Modifier and Type Method Description GameRunMode
GameSession. getGameRunMode()
The game run modeMethods in de.extio.spacecraft.shared.model.game_server.instance with parameters of type GameRunMode Modifier and Type Method Description void
GameSession. setGameRunMode(GameRunMode gameRunMode)
-