Class GameModeDefHighScore
- java.lang.Object
-
- de.extio.spacecraft.shared.model.game.GameModeDefHighScore
-
public class GameModeDefHighScore extends Object
-
-
Constructor Summary
Constructors Constructor Description GameModeDefHighScore()GameModeDefHighScore(GameModeDefHighScore other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getGameRunModes()List of modes highscores are submitted for.booleanisEnabled()True if highscores are submittedvoidsetEnabled(boolean enabled)voidsetGameRunModes(List<String> gameRunModes)
-
-
-
Constructor Detail
-
GameModeDefHighScore
public GameModeDefHighScore()
-
GameModeDefHighScore
public GameModeDefHighScore(GameModeDefHighScore other)
-
-
Method Detail
-
getGameRunModes
public List<String> getGameRunModes()
List of modes highscores are submitted for. Such modes can be for example EASY, HARD or "Track xy", "Track yz", ... . This mode must be provided when submitting highscores to the server
-
isEnabled
public boolean isEnabled()
True if highscores are submitted
-
setEnabled
public void setEnabled(boolean enabled)
-
-