Uses of Class
org.bukkit.conversations.ValidatingPrompt
Package
Description
Classes dedicated to facilitate direct player-to-plugin communication.
-
Uses of ValidatingPrompt in org.bukkit.conversations
Modifier and TypeClassDescriptionclass
BooleanPrompt is the base class for any prompt that requires a boolean response from the user.class
FixedSetPrompt is the base class for any prompt that requires a fixed set response from the user.class
NumericPrompt is the base class for any prompt that requires aNumber
response from the user.class
PlayerNamePrompt is the base class for any prompt that requires the player to enter another player's name.class
RegexPrompt is the base class for any prompt that requires an input validated by a regular expression.