Uses of Class
io.github.lucfr1746.llibrary.chatinput.input.ChatInput
Packages that use ChatInput
Package
Description
- 
Uses of ChatInput in io.github.lucfr1746.llibrary.chatinputMethods in io.github.lucfr1746.llibrary.chatinput with parameters of type ChatInputModifier and TypeMethodDescriptionstatic ChatInputAPIChatInputAPI.create(org.bukkit.plugin.java.JavaPlugin plugin, org.bukkit.entity.Player player, ChatInput inputType) Creates a new instance of ChatInputAPI.Constructors in io.github.lucfr1746.llibrary.chatinput with parameters of type ChatInputModifierConstructorDescriptionChatInputAPI(org.bukkit.plugin.java.JavaPlugin plugin, org.bukkit.entity.Player player, ChatInput inputType) Constructs a new ChatInputAPI instance.
- 
Uses of ChatInput in io.github.lucfr1746.llibrary.chatinput.inputSubclasses of ChatInput in io.github.lucfr1746.llibrary.chatinput.inputModifier and TypeClassDescriptionclassA child class of ChatInput used for the input of double values.classA child class of AquaInput used for the input of integer values.classA child class of AquaInput used for the input of a string present in a collection.classA child class of AquaInput used for the input of non-empty strings.Methods in io.github.lucfr1746.llibrary.chatinput.input that return ChatInputModifier and TypeMethodDescriptionfinal @NotNull ChatInputChatInput.setAllowedCommands(@NotNull String... allowedCommands) Sets the allowed commands to be used.final @NotNull ChatInputChatInput.setAllowedCommands(@NotNull List<String> allowedCommands) Sets the allowed commands to be used.final @NotNull ChatInputChatInput.setAttempts(int attempts) Sets the remaining number of attempts the input can be given.final @NotNull ChatInputSets the given flags as enabled.final @NotNull ChatInputChatInput.setMessage(@NotNull InputMessage type, @NotNull String message) Sets the message for the given message type.final @NotNull ChatInputChatInput.setTimeout(int timeout) Gets the duration after which the input prompt will be canceled.Methods in io.github.lucfr1746.llibrary.chatinput.input with parameters of type ChatInput
- 
Uses of ChatInput in io.github.lucfr1746.llibrary.chatinput.managerMethods in io.github.lucfr1746.llibrary.chatinput.manager that return ChatInputModifier and TypeMethodDescriptionprotected static @Nullable ChatInputChatInputManager.getCurrentRequest(@NotNull UUID uuid) Methods in io.github.lucfr1746.llibrary.chatinput.manager with parameters of type ChatInputModifier and TypeMethodDescriptionstatic CompletableFuture<ChatInputResponse> ChatInputManager.promptInput(@NotNull org.bukkit.plugin.java.JavaPlugin plugin, @NotNull UUID uuid, @NotNull ChatInput input) Prompts the player with the given unique id for input of a given form defined by the ChatInput object.
- 
Uses of ChatInput in io.github.lucfr1746.llibrary.chatinput.requestMethods in io.github.lucfr1746.llibrary.chatinput.request that return ChatInputConstructors in io.github.lucfr1746.llibrary.chatinput.request with parameters of type ChatInput