Uses of Class
org.bukkit.conversations.ConversationFactory
Packages that use ConversationFactory
Package
Description
Classes dedicated to facilitate direct player-to-plugin communication.
-
Uses of ConversationFactory in org.bukkit.conversations
Methods in org.bukkit.conversations that return ConversationFactoryModifier and TypeMethodDescriptionConversationFactory.addConversationAbandonedListener
(@NotNull ConversationAbandonedListener listener) Deprecated, for removal: This API element is subject to removal in a future version.Adds aConversationAbandonedListener
to all conversations constructed by this factory.ConversationFactory.thatExcludesNonPlayersWithMessage
(@Nullable String playerOnlyMessage) Deprecated, for removal: This API element is subject to removal in a future version.Prevents this factory from creating a conversation for non-playerConversable
objects.ConversationFactory.withConversationCanceller
(@NotNull ConversationCanceller canceller) Deprecated, for removal: This API element is subject to removal in a future version.Adds aConversationCanceller
to constructed conversations.ConversationFactory.withEscapeSequence
(@NotNull String escapeSequence) Deprecated, for removal: This API element is subject to removal in a future version.Sets the player input that, when received, will immediately terminate the conversation.ConversationFactory.withFirstPrompt
(@Nullable Prompt firstPrompt) Deprecated, for removal: This API element is subject to removal in a future version.Sets the first prompt to use in all generated conversations.ConversationFactory.withInitialSessionData
(@NotNull Map<Object, Object> initialSessionData) Deprecated, for removal: This API element is subject to removal in a future version.Sets any initial data with which to populate the conversation context sessionData map.ConversationFactory.withLocalEcho
(boolean localEchoEnabled) Deprecated, for removal: This API element is subject to removal in a future version.Sets the local echo status for allConversation
s created by this factory.ConversationFactory.withModality
(boolean modal) Deprecated, for removal: This API element is subject to removal in a future version.Sets the modality of allConversation
s created by this factory.ConversationFactory.withPrefix
(@NotNull ConversationPrefix prefix) Deprecated, for removal: This API element is subject to removal in a future version.Sets theConversationPrefix
that prepends all output from all generated conversations.ConversationFactory.withTimeout
(int timeoutSeconds) Deprecated, for removal: This API element is subject to removal in a future version.Sets the number of inactive seconds to wait before automatically abandoning all generated conversations.