Uses of Interface
org.bukkit.conversations.ConversationCanceller

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 ExactMatchConversationCanceller
          An ExactMatchConversationCanceller cancels a conversation if the user enters an exact input string
 class InactivityConversationCanceller
          An InactivityConversationCanceller will cancel a Conversation after a period of inactivity by the user.
 class ManuallyAbandonedConversationCanceller
          The ManuallyAbandonedConversationCanceller is only used as part of a ConversationAbandonedEvent to indicate that the conversation was manually abandoned by programmatically calling the abandon() method on it.
 

Fields in org.bukkit.conversations with type parameters of type ConversationCanceller
protected  List<ConversationCanceller> ConversationFactory.cancellers
           
protected  List<ConversationCanceller> Conversation.cancellers
           
 

Methods in org.bukkit.conversations that return ConversationCanceller
 ConversationCanceller ManuallyAbandonedConversationCanceller.clone()
           
 ConversationCanceller ExactMatchConversationCanceller.clone()
           
 ConversationCanceller ConversationCanceller.clone()
          Allows the ConversationFactory to duplicate this ConversationCanceller when creating a new Conversation.
 ConversationCanceller InactivityConversationCanceller.clone()
           
 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 ConversationCanceller to constructed conversations.
 

Constructors in org.bukkit.conversations with parameters of type ConversationCanceller
ConversationAbandonedEvent(Conversation conversation, ConversationCanceller canceller)
           
 



Copyright © 2014. All rights reserved.