|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScoreEntry | |
|---|---|
| moagg.game | |
| moagg.prefs.score | |
| Uses of ScoreEntry in moagg.game |
|---|
| Constructors in moagg.game with parameters of type ScoreEntry | |
|---|---|
HighScoreGameObject(com.golden.gamedev.GameEngine parent,
java.awt.image.BufferedImage background,
ScoreEntries entries,
ScoreEntry entry)
|
|
| Uses of ScoreEntry in moagg.prefs.score |
|---|
| Methods in moagg.prefs.score that return ScoreEntry | |
|---|---|
ScoreEntry |
ScoreEntries.first()
|
static ScoreEntry |
ScoreEntry.fromString(java.lang.String value)
|
ScoreEntry |
ScorePrefs.getBestScoreOfPlayer(LevelKey levelKey,
java.lang.String name)
|
ScoreEntry |
ScoreEntries.last()
|
| Methods in moagg.prefs.score that return types with arguments of type ScoreEntry | |
|---|---|
java.util.Iterator<ScoreEntry> |
ScoreEntries.iterator()
|
| Methods in moagg.prefs.score with parameters of type ScoreEntry | |
|---|---|
void |
ScoreEntries.add(ScoreEntry entry)
|
boolean |
ScorePrefs.addScore(LevelKey levelKey,
ScoreEntry entry)
|
int |
ScoreEntry.compareTo(ScoreEntry other)
|
boolean |
ScoreEntries.contains(ScoreEntry entry)
|
void |
ScoreEntries.remove(ScoreEntry entry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||