Class ManuallyAbandonedConversationCanceller

java.lang.Object
org.bukkit.conversations.ManuallyAbandonedConversationCanceller
All Implemented Interfaces:
Cloneable, ConversationCanceller

public class ManuallyAbandonedConversationCanceller extends Object implements ConversationCanceller
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.