Uses of Class
de.extio.spacecraft.shared.model.metaserver.HighScore
-
Packages that use HighScore Package Description de.extio.spacecraft.shared.managers Managers implementing various game subsystemsde.extio.spacecraft.shared.model.metaserver Data transfer objects for the metaserver -
-
Uses of HighScore in de.extio.spacecraft.shared.managers
Methods in de.extio.spacecraft.shared.managers with parameters of type HighScore Modifier and Type Method Description void
MetaserverClient. postHighscore(HighScore highscore, String officialKey, Consumer<HighScore> onSuccess, Consumer<Exception> onError)
Submits a highscoreMethod parameters in de.extio.spacecraft.shared.managers with type arguments of type HighScore Modifier and Type Method Description void
MetaserverClient. postHighscore(HighScore highscore, String officialKey, Consumer<HighScore> onSuccess, Consumer<Exception> onError)
Submits a highscorevoid
MetaserverClient. searchHighscores(List<UUID> ids, String gameMode, boolean official, String gameRunMode, String player, Consumer<List<HighScore>> onSuccess, Consumer<Exception> onError)
Searches for highscores -
Uses of HighScore in de.extio.spacecraft.shared.model.metaserver
Methods in de.extio.spacecraft.shared.model.metaserver that return HighScore Modifier and Type Method Description static HighScore
HighScore. parse(String line)
Methods in de.extio.spacecraft.shared.model.metaserver that return types with arguments of type HighScore Modifier and Type Method Description static List<HighScore>
HighScore. fromReport(String report)
-