Uses of Class
org.bukkit.conversations.Conversation
Packages that use Conversation
Package
Description
Classes dedicated to facilitate direct player-to-plugin communication.
-
Uses of Conversation in org.bukkit.conversations
Fields in org.bukkit.conversations declared as ConversationModifier and TypeFieldDescriptionprotected ConversationInactivityConversationCanceller.conversationDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.bukkit.conversations that return ConversationModifier and TypeMethodDescriptionConversationFactory.buildConversation(@NotNull Conversable forWhom) Deprecated, for removal: This API element is subject to removal in a future version.Constructs aConversationin accordance with the defaults set for this factory.Methods in org.bukkit.conversations with parameters of type ConversationModifier and TypeMethodDescriptionvoidConversable.abandonConversation(@NotNull Conversation conversation) Deprecated, for removal: This API element is subject to removal in a future version.Abandons an active conversation.voidConversable.abandonConversation(@NotNull Conversation conversation, @NotNull ConversationAbandonedEvent details) Deprecated, for removal: This API element is subject to removal in a future version.Abandons an active conversation.booleanConversable.beginConversation(@NotNull Conversation conversation) Deprecated, for removal: This API element is subject to removal in a future version.Enters into a dialog with a Conversation object.protected voidInactivityConversationCanceller.cancelling(@NotNull Conversation conversation) Deprecated, for removal: This API element is subject to removal in a future version.Subclasses of InactivityConversationCanceller can override this method to take additional actions when the inactivity timer abandons the conversation.voidConversationCanceller.setConversation(@NotNull Conversation conversation) Deprecated, for removal: This API element is subject to removal in a future version.Sets the conversation this ConversationCanceller can optionally cancel.voidExactMatchConversationCanceller.setConversation(@NotNull Conversation conversation) Deprecated, for removal: This API element is subject to removal in a future version.voidInactivityConversationCanceller.setConversation(@NotNull Conversation conversation) Deprecated, for removal: This API element is subject to removal in a future version.voidManuallyAbandonedConversationCanceller.setConversation(@NotNull Conversation conversation) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.bukkit.conversations with parameters of type ConversationModifierConstructorDescriptionConversationAbandonedEvent(@NotNull Conversation conversation) Deprecated, for removal: This API element is subject to removal in a future version.ConversationAbandonedEvent(@NotNull Conversation conversation, @Nullable ConversationCanceller canceller) Deprecated, for removal: This API element is subject to removal in a future version.