| Package | Description | 
|---|---|
| org.bukkit.conversations | Classes dedicated to facilitate direct player-to-plugin communication. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExactMatchConversationCancellerAn ExactMatchConversationCanceller cancels a conversation if the user
 enters an exact input string | 
| class  | InactivityConversationCancellerAn InactivityConversationCanceller will cancel a  Conversationafter
 a period of inactivity by the user. | 
| class  | ManuallyAbandonedConversationCancellerThe ManuallyAbandonedConversationCanceller is only used as part of a  ConversationAbandonedEventto indicate that the conversation was manually
 abandoned by programmatically calling the abandon() method on it. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<ConversationCanceller> | ConversationFactory. cancellers | 
| protected List<ConversationCanceller> | Conversation. cancellers | 
| Modifier and Type | Method and Description | 
|---|---|
| ConversationCanceller | ExactMatchConversationCanceller. clone() | 
| ConversationCanceller | ManuallyAbandonedConversationCanceller. clone() | 
| ConversationCanceller | InactivityConversationCanceller. clone() | 
| ConversationCanceller | ConversationCanceller. clone()Allows the  ConversationFactoryto duplicate this
 ConversationCanceller when creating a newConversation. | 
| ConversationCanceller | ConversationAbandonedEvent. getCanceller()Gets the object that caused the conversation to be abandoned. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ConversationCanceller> | Conversation. getCancellers()Gets the list of  ConversationCancellers | 
| Modifier and Type | Method and Description | 
|---|---|
| ConversationFactory | ConversationFactory. withConversationCanceller(ConversationCanceller canceller)Adds a  ConversationCancellerto constructed conversations. | 
| Constructor and Description | 
|---|
| ConversationAbandonedEvent(Conversation conversation,
                          ConversationCanceller canceller) | 
Copyright © 2015. All rights reserved.