Package net.starype.quiz.api.game
Class ZeroScoreDistribution
- java.lang.Object
-
- net.starype.quiz.api.game.ZeroScoreDistribution
-
- All Implemented Interfaces:
java.util.function.Function<Player<?>,java.lang.Double>
,ScoreDistribution
public class ZeroScoreDistribution extends java.lang.Object implements ScoreDistribution
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.starype.quiz.api.game.ScoreDistribution
ScoreDistribution.Standing
-
-
Field Summary
-
Fields inherited from interface net.starype.quiz.api.game.ScoreDistribution
EPSILON
-
-
Constructor Summary
Constructors Constructor Description ZeroScoreDistribution()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.starype.quiz.api.game.ScoreDistribution
applyAll, roundedApply
-
-