| Package | Description | 
|---|---|
| org.bukkit.conversations | Classes dedicated to facilitate direct player-to-plugin communication. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BooleanPromptBooleanPrompt is the base class for any prompt that requires a boolean
 response from the user. | 
| class  | FixedSetPromptFixedSetPrompt is the base class for any prompt that requires a fixed set
 response from the user. | 
| class  | NumericPromptNumericPrompt is the base class for any prompt that requires a  Numberresponse from the user. | 
| class  | PlayerNamePromptPlayerNamePrompt is the base class for any prompt that requires the player
 to enter another player's name. | 
| class  | RegexPromptRegexPrompt is the base class for any prompt that requires an input
 validated by a regular expression. | 
Copyright © 2014. All rights reserved.