Uses of Class
org.bukkit.conversations.ConversationAbandonedEvent
Package
Description
Classes dedicated to facilitate direct player-to-plugin communication.
-
Uses of ConversationAbandonedEvent in org.bukkit.conversations
Modifier and TypeMethodDescriptionvoid
Conversation.abandon(ConversationAbandonedEvent details)
Abandons and resets the current conversation.void
Conversable.abandonConversation(Conversation conversation, ConversationAbandonedEvent details)
Abandons an active conversation.void
ConversationAbandonedListener.conversationAbandoned(ConversationAbandonedEvent abandonedEvent)
Called whenever aConversation
is abandoned.