Package net.starype.quiz.api.game
Class FixedLeaderboardEnding
- java.lang.Object
-
- net.starype.quiz.api.game.FixedLeaderboardEnding
-
- All Implemented Interfaces:
RoundEndingPredicate
public class FixedLeaderboardEnding extends java.lang.Object implements RoundEndingPredicate
-
-
Constructor Summary
Constructors Constructor Description FixedLeaderboardEnding(LeaderboardDistribution leaderboardDistribution, int playersCount)
-
Method Summary
Modifier and Type Method Description boolean
ends()
-
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.RoundEndingPredicate
and, or
-
-
-
-
Constructor Detail
-
FixedLeaderboardEnding
public FixedLeaderboardEnding(LeaderboardDistribution leaderboardDistribution, int playersCount)
-
-
Method Detail
-
ends
public boolean ends()
- Specified by:
ends
in interfaceRoundEndingPredicate
-
-