Class StringCollectionInput
java.lang.Object
io.github.lucfr1746.llibrary.chatinput.input.ChatInput
io.github.lucfr1746.llibrary.chatinput.input.StringCollectionInput
A child class of AquaInput used for the input of a string present
in a collection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isValidInput
(@NotNull String input) Checks if the given input is valid.Methods inherited from class io.github.lucfr1746.llibrary.chatinput.input.ChatInput
copyTo, getAttempts, getTimeout, hasFlag, isCommandAllowed, sendMessage, sendMessage, setAllowedCommands, setAllowedCommands, setAttempts, setFlags, setMessage, setTimeout
-
Constructor Details
-
StringCollectionInput
-
-
Method Details
-
isValidInput
Description copied from class:ChatInput
Checks if the given input is valid.- Specified by:
isValidInput
in classChatInput
- Parameters:
input
- the input
-