Uses of Interface
org.bukkit.conversations.ConversationCanceller
Packages that use ConversationCanceller
Package
Description
Classes dedicated to facilitate direct player-to-plugin communication.
-
Uses of ConversationCanceller in org.bukkit.conversations
Classes in org.bukkit.conversations that implement ConversationCancellerModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.The conversation API has been deprecated for removal.class
Deprecated, for removal: This API element is subject to removal in a future version.The conversation API has been deprecated for removal.class
Deprecated, for removal: This API element is subject to removal in a future version.The conversation API has been deprecated for removal.Fields in org.bukkit.conversations with type parameters of type ConversationCancellerModifier and TypeFieldDescriptionprotected List
<ConversationCanceller> Conversation.cancellers
Deprecated, for removal: This API element is subject to removal in a future version.protected List
<ConversationCanceller> ConversationFactory.cancellers
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.bukkit.conversations that return ConversationCancellerModifier and TypeMethodDescription@NotNull ConversationCanceller
ConversationCanceller.clone()
Deprecated, for removal: This API element is subject to removal in a future version.Allows theConversationFactory
to duplicate this ConversationCanceller when creating a newConversation
.@NotNull ConversationCanceller
ExactMatchConversationCanceller.clone()
Deprecated, for removal: This API element is subject to removal in a future version.@NotNull ConversationCanceller
InactivityConversationCanceller.clone()
Deprecated, for removal: This API element is subject to removal in a future version.@NotNull ConversationCanceller
ManuallyAbandonedConversationCanceller.clone()
Deprecated, for removal: This API element is subject to removal in a future version.@Nullable ConversationCanceller
ConversationAbandonedEvent.getCanceller()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the object that caused the conversation to be abandoned.Methods in org.bukkit.conversations that return types with arguments of type ConversationCancellerModifier and TypeMethodDescription@NotNull List
<ConversationCanceller> Conversation.getCancellers()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the list ofConversationCanceller
sMethods in org.bukkit.conversations with parameters of type ConversationCancellerModifier and TypeMethodDescription@NotNull ConversationFactory
ConversationFactory.withConversationCanceller
(@NotNull ConversationCanceller canceller) Deprecated, for removal: This API element is subject to removal in a future version.Adds aConversationCanceller
to constructed conversations.Constructors in org.bukkit.conversations with parameters of type ConversationCancellerModifierConstructorDescriptionConversationAbandonedEvent
(@NotNull Conversation conversation, @Nullable ConversationCanceller canceller) Deprecated, for removal: This API element is subject to removal in a future version.