superwaba.ext.xplat.game
Class HighScoreEntry
java.lang.Object
|
+--superwaba.ext.xplat.game.HighScoreEntry
- public class HighScoreEntry
- extends Object
A highscore entry.
This class represents one entry in the game highscores database. A highscore entry
has a given rank and is composed by a score and a performer name.
- See Also:
HighScores
Field Summary |
String |
name
The performer's name. |
int |
score
The performer's score. |
Method Summary |
int |
getRank()
Get the rank of this Entry in the HighScores table. |
name
public String name
- The performer's name.
score
public int score
- The performer's score.
HighScoreEntry
protected HighScoreEntry(HighScores parent)
getRank
public int getRank()
- Get the rank of this Entry in the HighScores table.
- Returns:
- score rank.