Class StringCollectionInput

java.lang.Object
io.github.lucfr1746.llibrary.chatinput.input.ChatInput
io.github.lucfr1746.llibrary.chatinput.input.StringCollectionInput

public class StringCollectionInput extends ChatInput
A child class of AquaInput used for the input of a string present in a collection.
  • Constructor Details

    • StringCollectionInput

      public StringCollectionInput(Collection<String> collection)
  • Method Details

    • isValidInput

      public boolean isValidInput(@NotNull @NotNull String input)
      Description copied from class: ChatInput
      Checks if the given input is valid.
      Specified by:
      isValidInput in class ChatInput
      Parameters:
      input - the input