Package net.starype.quiz.api.game
Class GameRoundContext
- java.lang.Object
-
- net.starype.quiz.api.game.GameRoundContext
-
public class GameRoundContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GameRoundContext(GameRound round)
-
Method Summary
Modifier and Type Method Description RoundEndingPredicate
getEndingCondition()
EntityEligibility
getPlayerEligibility()
GameRoundReport
getReportCreator()
GameRoundReport
getReportCreator(java.util.List<ScoreDistribution.Standing> standings)
ScoreDistribution
getScoreDistribution()
-
-
-
Constructor Detail
-
GameRoundContext
public GameRoundContext(GameRound round)
-
-
Method Detail
-
getPlayerEligibility
public EntityEligibility getPlayerEligibility()
-
getReportCreator
public GameRoundReport getReportCreator()
-
getReportCreator
public GameRoundReport getReportCreator(java.util.List<ScoreDistribution.Standing> standings)
-
getEndingCondition
public RoundEndingPredicate getEndingCondition()
-
getScoreDistribution
public ScoreDistribution getScoreDistribution()
-
-