Uses of Interface
org.bukkit.conversations.Prompt
Packages that use Prompt
Package
Description
Classes dedicated to facilitate direct player-to-plugin communication.
-
Uses of Prompt in org.bukkit.conversations
Classes in org.bukkit.conversations that implement PromptModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.The conversation API has been deprecated for removal.classDeprecated, for removal: This API element is subject to removal in a future version.The conversation API has been deprecated for removal.classDeprecated, for removal: This API element is subject to removal in a future version.The conversation API has been deprecated for removal.classDeprecated, for removal: This API element is subject to removal in a future version.The conversation API has been deprecated for removal.classDeprecated, for removal: This API element is subject to removal in a future version.The conversation API has been deprecated for removal.classDeprecated, for removal: This API element is subject to removal in a future version.The conversation API has been deprecated for removal.classDeprecated, for removal: This API element is subject to removal in a future version.The conversation API has been deprecated for removal.classDeprecated, 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 declared as PromptModifier and TypeFieldDescriptionprotected PromptConversation.currentPromptDeprecated, for removal: This API element is subject to removal in a future version.static final PromptPrompt.END_OF_CONVERSATIONDeprecated, for removal: This API element is subject to removal in a future version.A convenience constant for indicating the end of a conversation.protected PromptConversationFactory.firstPromptDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.bukkit.conversations that return PromptModifier and TypeMethodDescriptionMessagePrompt.acceptInput(@NotNull ConversationContext context, @Nullable String input) Deprecated, for removal: This API element is subject to removal in a future version.Accepts and ignores any user input, returning the next prompt in the prompt graph instead.Prompt.acceptInput(@NotNull ConversationContext context, @Nullable String input) Deprecated, for removal: This API element is subject to removal in a future version.Accepts and processes input from the user.ValidatingPrompt.acceptInput(@NotNull ConversationContext context, @Nullable String input) Deprecated, for removal: This API element is subject to removal in a future version.Accepts and processes input from the user and validates it.BooleanPrompt.acceptValidatedInput(@NotNull ConversationContext context, boolean input) Deprecated, for removal: This API element is subject to removal in a future version.Override this method to perform some action with the user's boolean response.BooleanPrompt.acceptValidatedInput(@NotNull ConversationContext context, @NotNull String input) Deprecated, for removal: This API element is subject to removal in a future version.NumericPrompt.acceptValidatedInput(@NotNull ConversationContext context, @NotNull Number input) Deprecated, for removal: This API element is subject to removal in a future version.Override this method to perform some action with the user's integer response.NumericPrompt.acceptValidatedInput(@NotNull ConversationContext context, @NotNull String input) Deprecated, for removal: This API element is subject to removal in a future version.PlayerNamePrompt.acceptValidatedInput(@NotNull ConversationContext context, @NotNull String input) Deprecated, for removal: This API element is subject to removal in a future version.PlayerNamePrompt.acceptValidatedInput(@NotNull ConversationContext context, @NotNull Player input) Deprecated, for removal: This API element is subject to removal in a future version.Override this method to perform some action with the user's player name response.ValidatingPrompt.acceptValidatedInput(@NotNull ConversationContext context, @NotNull String input) Deprecated, for removal: This API element is subject to removal in a future version.Override this method to accept and processes the validated input from the user.MessagePrompt.getNextPrompt(@NotNull ConversationContext context) Deprecated, for removal: This API element is subject to removal in a future version.Override this method to return the next prompt in the prompt graph.Methods in org.bukkit.conversations with parameters of type PromptModifier and TypeMethodDescriptionConversationFactory.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.Constructors in org.bukkit.conversations with parameters of type PromptModifierConstructorDescriptionConversation(@Nullable Plugin plugin, @NotNull Conversable forWhom, @Nullable Prompt firstPrompt) Deprecated, for removal: This API element is subject to removal in a future version.Initializes a new Conversation.Conversation(@Nullable Plugin plugin, @NotNull Conversable forWhom, @Nullable Prompt firstPrompt, @NotNull Map<Object, Object> initialSessionData) Deprecated, for removal: This API element is subject to removal in a future version.Initializes a new Conversation.