Interface ConversationAbandonedListener

All Superinterfaces:
EventListener

@Deprecated(forRemoval=true) public interface ConversationAbandonedListener extends EventListener
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.
  • Method Details

    • conversationAbandoned

      void conversationAbandoned(@NotNull @NotNull ConversationAbandonedEvent abandonedEvent)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Called whenever a Conversation is abandoned.
      Parameters:
      abandonedEvent - Contains details about the abandoned conversation.