public class GameHighScoreImpl extends Object implements GameHighScore
| Modifier and Type | Method and Description |
|---|---|
static GameHighScore |
createGameHighscore(org.json.JSONObject jsonObject) |
long |
getPosition() |
long |
getScore() |
User |
getUser() |
public static GameHighScore createGameHighscore(org.json.JSONObject jsonObject)
public long getPosition()
getPosition in interface GameHighScorepublic User getUser()
getUser in interface GameHighScorepublic long getScore()
getScore in interface GameHighScoreCopyright © 2017. All rights reserved.