Class ManuallyAbandonedConversationCanceller

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

@Deprecated(forRemoval=true) public class ManuallyAbandonedConversationCanceller extends Object implements ConversationCanceller
Deprecated, for removal: This API element is subject to removal in a future version.
The conversation API has been deprecated for removal. This system does not support component based messages and has been slowly losing functionality over the years as Minecraft has changed that this API can not adapt to. It is recommended you instead manually listen to the AsyncChatEvent or alternatively using Dialog to get user input.
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.
  • Constructor Details

    • ManuallyAbandonedConversationCanceller

      public ManuallyAbandonedConversationCanceller()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details