Package net.starype.quiz.api.game
Interface GameRoundReport
-
- All Known Implementing Classes:
SimpleGameReport
public interface GameRoundReport
-
-
Method Summary
Modifier and Type Method Description java.util.List<ScoreDistribution.Standing>
orderedStandings()
java.util.List<java.lang.String>
rawMessages()
-
-
-
Method Detail
-
rawMessages
java.util.List<java.lang.String> rawMessages()
-
orderedStandings
java.util.List<ScoreDistribution.Standing> orderedStandings()
-
-