Uses of Class
org.bukkit.conversations.Conversation
-
Packages that use Conversation Package Description org.bukkit.conversations Classes dedicated to facilitate direct player-to-plugin communication. -
-
Uses of Conversation in org.bukkit.conversations
Fields in org.bukkit.conversations declared as Conversation Modifier and Type Field Description protected ConversationInactivityConversationCanceller. conversationMethods in org.bukkit.conversations that return Conversation Modifier and Type Method Description @NotNull ConversationConversationFactory. buildConversation(@NotNull Conversable forWhom)Constructs aConversationin accordance with the defaults set for this factory.Methods in org.bukkit.conversations with parameters of type Conversation Modifier and Type Method Description voidConversable. abandonConversation(@NotNull Conversation conversation)Abandons an active conversation.voidConversable. abandonConversation(@NotNull Conversation conversation, @NotNull ConversationAbandonedEvent details)Abandons an active conversation.booleanConversable. beginConversation(@NotNull Conversation conversation)Enters into a dialog with a Conversation object.protected voidInactivityConversationCanceller. cancelling(@NotNull Conversation conversation)Subclasses of InactivityConversationCanceller can override this method to take additional actions when the inactivity timer abandons the conversation.voidConversationCanceller. setConversation(@NotNull Conversation conversation)Sets the conversation this ConversationCanceller can optionally cancel.voidExactMatchConversationCanceller. setConversation(@NotNull Conversation conversation)voidInactivityConversationCanceller. setConversation(@NotNull Conversation conversation)voidManuallyAbandonedConversationCanceller. setConversation(@NotNull Conversation conversation)Constructors in org.bukkit.conversations with parameters of type Conversation Constructor Description ConversationAbandonedEvent(@NotNull Conversation conversation)ConversationAbandonedEvent(@NotNull Conversation conversation, @Nullable ConversationCanceller canceller)
-