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 TypeMethodDescriptionvoid
conversationAbandoned
(@NotNull ConversationAbandonedEvent abandonedEvent) Deprecated, for removal: This API element is subject to removal in a future version.Called whenever aConversation
is abandoned.
-
Method Details
-
conversationAbandoned
Deprecated, for removal: This API element is subject to removal in a future version.Called whenever aConversation
is abandoned.- Parameters:
abandonedEvent
- Contains details about the abandoned conversation.
-
AsyncChatEvent
or alternatively usingDialog
to get user input.