public abstract class FixedSetPrompt extends ValidatingPrompt
Modifier and Type | Field and Description |
---|---|
protected List<String> |
fixedSet |
END_OF_CONVERSATION
Constructor and Description |
---|
FixedSetPrompt(String... fixedSet)
Creates a FixedSetPrompt from a set of strings.
|
Modifier and Type | Method and Description |
---|---|
protected @NotNull String |
formatFixedSet()
Utility function to create a formatted string containing all the
options declared in the constructor.
|
protected boolean |
isInputValid(@NotNull ConversationContext context,
@NotNull String input)
Override this method to check the validity of the player's input.
|
acceptInput, acceptValidatedInput, blocksForInput, getFailedValidationText
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPromptText
protected boolean isInputValid(@NotNull @NotNull ConversationContext context, @NotNull @NotNull String input)
ValidatingPrompt
isInputValid
in class ValidatingPrompt
context
- Context information about the conversation.input
- The player's raw console input.Copyright © 2021. All rights reserved.