public abstract class RegexPrompt extends ValidatingPrompt
END_OF_CONVERSATION
Constructor | Description |
---|---|
RegexPrompt(String regex) |
|
RegexPrompt(Pattern pattern) |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
isInputValid(ConversationContext context,
String input) |
Override this method to check the validity of the player's input.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPromptText
acceptInput, acceptValidatedInput, blocksForInput, getFailedValidationText
public RegexPrompt(@NotNull String regex)
public RegexPrompt(@NotNull Pattern pattern)
protected boolean isInputValid(@NotNull ConversationContext context, @NotNull String input)
ValidatingPrompt
isInputValid
in class ValidatingPrompt
context
- Context information about the conversation.input
- The player's raw console input.Copyright © 2019. All rights reserved.