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

public class StringInput extends ChatInput
A child class of AquaInput used for the input of non-empty strings.
  • Constructor Details

    • StringInput

      public StringInput()
  • 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