|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Score | |
|---|---|
| net.jetrix.messages | Contains concrete Message implementations. |
| net.jetrix.winlist | |
| Uses of Score in net.jetrix.messages |
|---|
| Methods in net.jetrix.messages that return types with arguments of type Score | |
|---|---|
List<Score> |
WinlistMessage.getScores()
|
| Method parameters in net.jetrix.messages with type arguments of type Score | |
|---|---|
void |
WinlistMessage.setScores(List<Score> scores)
|
| Uses of Score in net.jetrix.winlist |
|---|
| Fields in net.jetrix.winlist with type parameters of type Score | |
|---|---|
protected List<Score> |
SimpleWinlist.scores
|
| Methods in net.jetrix.winlist that return Score | |
|---|---|
protected Score |
TetrixWinlist.buildScore(byte[] struct)
Build a score from a tetrix winlist structure. |
Score |
Winlist.getScore(String name,
int type)
Return the score of the specified player or team |
Score |
SimpleWinlist.getScore(String name,
int type)
|
| Methods in net.jetrix.winlist that return types with arguments of type Score | |
|---|---|
List<Score> |
Winlist.getScores(long offset,
long length)
Return the score list in the specified range. |
List<Score> |
SimpleWinlist.getScores(long offset,
long length)
|
| Methods in net.jetrix.winlist with parameters of type Score | |
|---|---|
protected byte[] |
TetrixWinlist.buildStruct(Score score)
Build a tetrix winlist structure from a score. |
int |
ScoreComparator.compare(Score score1,
Score score2)
|
protected PlineMessage |
SimpleWinlist.getGainMessage(Score score,
long previousScore,
long previousRank)
Build a message displaying the new score and rank of a winner. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||