A B C D E F G H I L M N O P Q R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
P
- pack(Collection<? extends T>, Function<T, String>) - Static method in class net.starype.quiz.api.util.StringUtils
- pack(Collection<String>) - Static method in class net.starype.quiz.api.util.StringUtils
- packMap(Map<String, String>) - Static method in class net.starype.quiz.api.util.StringUtils
- parseRaw(String, String, String, String, String, String) - Static method in class net.starype.quiz.api.parser.QuestionParser
- parseTOML(String) - Static method in class net.starype.quiz.api.parser.QuestionParser
- PartialEvaluator - Interface in net.starype.quiz.api.parser
-
Represents a partially constructed
AnswerEvaluator
, missing a set of answers and an answer processor. - pause() - Method in interface net.starype.quiz.api.game.event.Updatable
-
Pause the updatable Empty by default.
- pause() - Method in interface net.starype.quiz.api.game.QuizGame
-
Pause the game.
- pause() - Method in class net.starype.quiz.api.game.SimpleGame
- pickQuery(QuestionQuery) - Method in interface net.starype.quiz.api.parser.QuestionDatabase
- pickQuery(QuestionQuery) - Method in class net.starype.quiz.api.parser.SimpleQuestionDatabase
- Player<T> - Class in net.starype.quiz.api.game.player
- Player(T, String) - Constructor for class net.starype.quiz.api.game.player.Player
- Player(T, String, String) - Constructor for class net.starype.quiz.api.game.player.Player
- PlayerGuessContext - Class in net.starype.quiz.api.game
- PlayerGuessContext(Player<?>, double, boolean) - Constructor for class net.starype.quiz.api.game.PlayerGuessContext
- PollRound - Class in net.starype.quiz.api.game
-
Represents a round that is not competitive, whose purpose simply is to create statistics from the answers provided by the players.
- PollRound(Question, int) - Constructor for class net.starype.quiz.api.game.PollRound
- process(String) - Method in interface net.starype.quiz.api.game.answer.AnswerProcessor
-
Wrap the string into an
Answer
object and process it. - process(Answer) - Method in interface net.starype.quiz.api.game.answer.AnswerProcessor
-
Modify the entry and store the result in a new
Answer
object. - process(Answer) - Method in class net.starype.quiz.api.game.answer.CleanSeparatorProcessor
- process(Answer) - Method in class net.starype.quiz.api.game.answer.CleanStringProcessor
- process(Answer) - Method in class net.starype.quiz.api.game.answer.IdentityProcessor
- process(Answer) - Method in class net.starype.quiz.api.game.answer.RemoveSpecialCharProcessor
- process(Answer) - Method in class net.starype.quiz.api.game.answer.TrueFalseProcessor
- process(GameRoundReport) - Method in interface net.starype.quiz.api.server.RoundReportProcessor
- processList(Set<Answer>, AnswerProcessor) - Method in interface net.starype.quiz.api.game.answer.CorrectAnswerFactory
All Classes All Packages