Package | Description |
---|---|
org.bukkit.conversations |
Classes dedicated to facilitate direct player-to-plugin communication.
|
Modifier and Type | Method and Description |
---|---|
void |
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 a
Conversation is abandoned. |
Copyright © 2021. All rights reserved.