| Package | Description | 
|---|---|
| org.bukkit.conversations | 
 Classes dedicated to facilitate direct player-to-plugin communication. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
BooleanPrompt | 
 BooleanPrompt is the base class for any prompt that requires a boolean
 response from the user. 
 | 
class  | 
FixedSetPrompt | 
 FixedSetPrompt is the base class for any prompt that requires a fixed set
 response from the user. 
 | 
class  | 
NumericPrompt | 
 NumericPrompt is the base class for any prompt that requires a  
Number response from the user. | 
class  | 
PlayerNamePrompt | 
 PlayerNamePrompt is the base class for any prompt that requires the player
 to enter another player's name. 
 | 
class  | 
RegexPrompt | 
 RegexPrompt is the base class for any prompt that requires an input
 validated by a regular expression. 
 | 
Copyright © 2020. All rights reserved.