Package org.bukkit.conversations
Interface ConversationAbandonedListener
- All Superinterfaces:
EventListener
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconversationAbandoned(@NotNull ConversationAbandonedEvent abandonedEvent) Deprecated, for removal: This API element is subject to removal in a future version.Called whenever aConversationis abandoned.
-
Method Details
-
conversationAbandoned
Deprecated, for removal: This API element is subject to removal in a future version.Called whenever aConversationis abandoned.- Parameters:
abandonedEvent- Contains details about the abandoned conversation.
-
AsyncChatEventor alternatively usingDialogto get user input.