Uses of Class
de.extio.spacecraft.shared.model.game.GameModeDefHighScore
-
Packages that use GameModeDefHighScore Package Description de.extio.spacecraft.shared.model.game Enums and data objects for aspects of a game session -
-
Uses of GameModeDefHighScore in de.extio.spacecraft.shared.model.game
Methods in de.extio.spacecraft.shared.model.game that return GameModeDefHighScore Modifier and Type Method Description GameModeDefHighScore
GameModeDef. getHighscore()
If this mod submits highscores, enable this section to have it displayed in highscores view in main menu.Methods in de.extio.spacecraft.shared.model.game with parameters of type GameModeDefHighScore Modifier and Type Method Description void
GameModeDef. setHighscore(GameModeDefHighScore highscore)
Constructors in de.extio.spacecraft.shared.model.game with parameters of type GameModeDefHighScore Constructor Description GameModeDefHighScore(GameModeDefHighScore other)
-