Uses of Class
io.github.lucfr1746.llibrary.chatinput.input.ChatInput
Packages that use ChatInput
Package
Description
-
Uses of ChatInput in io.github.lucfr1746.llibrary.chatinput
Methods in io.github.lucfr1746.llibrary.chatinput with parameters of type ChatInputModifier and TypeMethodDescriptionstatic ChatInputAPI
ChatInputAPI.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.input
Subclasses of ChatInput in io.github.lucfr1746.llibrary.chatinput.inputModifier and TypeClassDescriptionclass
A child class of ChatInput used for the input of double values.class
A child class of AquaInput used for the input of integer values.class
A child class of AquaInput used for the input of a string present in a collection.class
A 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 ChatInput
ChatInput.setAllowedCommands
(@NotNull String... allowedCommands) Sets the allowed commands to be used.final @NotNull ChatInput
ChatInput.setAllowedCommands
(@NotNull List<String> allowedCommands) Sets the allowed commands to be used.final @NotNull ChatInput
ChatInput.setAttempts
(int attempts) Sets the remaining number of attempts the input can be given.final @NotNull ChatInput
Sets the given flags as enabled.final @NotNull ChatInput
ChatInput.setMessage
(@NotNull InputMessage type, @NotNull String message) Sets the message for the given message type.final @NotNull ChatInput
ChatInput.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.manager
Methods in io.github.lucfr1746.llibrary.chatinput.manager that return ChatInputModifier and TypeMethodDescriptionprotected static @Nullable ChatInput
ChatInputManager.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.request
Methods in io.github.lucfr1746.llibrary.chatinput.request that return ChatInputConstructors in io.github.lucfr1746.llibrary.chatinput.request with parameters of type ChatInput