java.lang.Cloneable, Promptpublic abstract class PlayerNamePrompt extends ValidatingPrompt
END_OF_CONVERSATION| Constructor | Description | 
|---|---|
| PlayerNamePrompt(Plugin plugin) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| protected Prompt | acceptValidatedInput(ConversationContext context,
                    java.lang.String input) | Override this method to accept and processes the validated input from
 the user. | 
| protected abstract Prompt | acceptValidatedInput(ConversationContext context,
                    Player input) | Override this method to perform some action with the user's player name
 response. | 
| protected boolean | isInputValid(ConversationContext context,
            java.lang.String input) | Override this method to check the validity of the player's input. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPromptTextacceptInput, blocksForInput, getFailedValidationTextpublic PlayerNamePrompt(Plugin plugin)
protected boolean isInputValid(ConversationContext context, java.lang.String input)
ValidatingPromptisInputValid in class ValidatingPromptcontext - Context information about the conversation.input - The player's raw console input.protected Prompt acceptValidatedInput(ConversationContext context, java.lang.String input)
ValidatingPromptacceptValidatedInput in class ValidatingPromptcontext - Context information about the conversation.input - The validated input text from the user.protected abstract Prompt acceptValidatedInput(ConversationContext context, Player input)
context - Context information about the conversation.input - The user's player name response.Prompt in the prompt graph.Copyright © 2018. All rights reserved.