Uses of Class
de.extio.spacecraft.shared.model.game.GameModeDef
-
Packages that use GameModeDef Package Description de.extio.spacecraft.shared.managers Managers implementing various game subsystemsde.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 sidede.extio.spacecraft.shared.model.managers Data objects for various managers implementing game subsystems -
-
Uses of GameModeDef in de.extio.spacecraft.shared.managers
Methods in de.extio.spacecraft.shared.managers that return GameModeDef Modifier and Type Method Description GameModeDef
ModManager. getGameModeByName(String gameModeName)
Returns a game mode definition by game mode nameMethods in de.extio.spacecraft.shared.managers that return types with arguments of type GameModeDef Modifier and Type Method Description List<GameModeDef>
ModManager. getGameModeDefs()
Returns a view of all game mode definitions -
Uses of GameModeDef in de.extio.spacecraft.shared.model.game
Constructors in de.extio.spacecraft.shared.model.game with parameters of type GameModeDef Constructor Description GameModeDef(GameModeDef other)
-
Uses of GameModeDef in de.extio.spacecraft.shared.model.game_server.instance
Methods in de.extio.spacecraft.shared.model.game_server.instance that return GameModeDef Modifier and Type Method Description GameModeDef
GameSession. getGameMode()
Returns the definition of the current game modeMethods in de.extio.spacecraft.shared.model.game_server.instance with parameters of type GameModeDef Modifier and Type Method Description void
GameSession. setGameMode(GameModeDef gameMode)
-
Uses of GameModeDef in de.extio.spacecraft.shared.model.managers
Methods in de.extio.spacecraft.shared.model.managers that return types with arguments of type GameModeDef Modifier and Type Method Description List<GameModeDef>
ModDefinition. getGameModeDefs()
Defines game modes.Method parameters in de.extio.spacecraft.shared.model.managers with type arguments of type GameModeDef Modifier and Type Method Description void
ModDefinition. setGameModeDefs(List<GameModeDef> gameModeDefs)
-