Uses of Record Class
io.github.lucfr1746.llibrary.chatinput.response.ChatInputResponse
Packages that use ChatInputResponse
Package
Description
-
Uses of ChatInputResponse in io.github.lucfr1746.llibrary.chatinput.manager
Methods in io.github.lucfr1746.llibrary.chatinput.manager that return types with arguments of type ChatInputResponseModifier 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.Methods in io.github.lucfr1746.llibrary.chatinput.manager with parameters of type ChatInputResponseModifier and TypeMethodDescriptionprotected static void
ChatInputManager.completeAllRequests
(@NotNull UUID uuid, @NotNull ChatInputResponse response) protected static void
ChatInputManager.completeCurrentRequest
(@NotNull UUID uuid, @NotNull ChatInputResponse response) -
Uses of ChatInputResponse in io.github.lucfr1746.llibrary.chatinput.request
Methods in io.github.lucfr1746.llibrary.chatinput.request that return types with arguments of type ChatInputResponse