Class ValidatingPrompt

java.lang.Object
org.bukkit.conversations.ValidatingPrompt
All Implemented Interfaces:
Cloneable, Prompt
Direct Known Subclasses:
BooleanPrompt, FixedSetPrompt, NumericPrompt, PlayerNamePrompt, RegexPrompt

public abstract class ValidatingPrompt extends Object implements Prompt
ValidatingPrompt is the base class for any prompt that requires validation. ValidatingPrompt will keep replaying the prompt text until the user enters a valid response.