| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConversationCanceller | |
|---|---|
| org.bukkit.conversations | Classes dedicated to facilitate direct player-to-plugin communication. | 
| Uses of ConversationCanceller in org.bukkit.conversations | 
|---|
| Classes in org.bukkit.conversations that implement ConversationCanceller | |
|---|---|
|  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 programatically calling the abandon() method on it. | 
| Fields in org.bukkit.conversations with type parameters of type ConversationCanceller | |
|---|---|
| protected  List<ConversationCanceller> | Conversation.cancellers | 
| protected  List<ConversationCanceller> | ConversationFactory.cancellers | 
| Methods in org.bukkit.conversations that return ConversationCanceller | |
|---|---|
|  ConversationCanceller | ManuallyAbandonedConversationCanceller.clone() | 
|  ConversationCanceller | InactivityConversationCanceller.clone() | 
|  ConversationCanceller | ExactMatchConversationCanceller.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. | 
| Methods in org.bukkit.conversations that return types with arguments of type ConversationCanceller | |
|---|---|
|  List<ConversationCanceller> | Conversation.getCancellers()Gets the list of ConversationCancellers | 
| Methods in org.bukkit.conversations with parameters of type ConversationCanceller | |
|---|---|
|  ConversationFactory | ConversationFactory.withConversationCanceller(ConversationCanceller canceller)Adds a to constructed conversations. | 
| Constructors in org.bukkit.conversations with parameters of type ConversationCanceller | |
|---|---|
| ConversationAbandonedEvent(Conversation conversation,
                           ConversationCanceller canceller) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||