Package net.starype.quiz.api.game
Class ScoreDistribution.Standing
- java.lang.Object
-
- net.starype.quiz.api.game.ScoreDistribution.Standing
-
- All Implemented Interfaces:
java.lang.Comparable<ScoreDistribution.Standing>
- Enclosing interface:
- ScoreDistribution
public static class ScoreDistribution.Standing extends java.lang.Object implements java.lang.Comparable<ScoreDistribution.Standing>
-
-
Method Summary
Modifier and Type Method Description int
compareTo(ScoreDistribution.Standing o)
Player<?>
getPlayer()
double
getScoreAcquired()
-
-
-
Constructor Detail
-
Standing
public Standing(Player<?> player, double score)
-
-
Method Detail
-
compareTo
public int compareTo(ScoreDistribution.Standing o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<ScoreDistribution.Standing>
-
getPlayer
public Player<?> getPlayer()
-
getScoreAcquired
public double getScoreAcquired()
-
-