Class TextFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      TextFilter​(java.lang.String command, boolean caseSensitive, CommandFilter... children)
      Creates a TextFilter with given children.
    • Constructor Detail

      • TextFilter

        public TextFilter​(java.lang.String command,
                          boolean caseSensitive,
                          CommandFilter... children)
        Creates a TextFilter with given children.
        Parameters:
        command - The command name to match
        caseSensitive - Whether to enforce case sensitivity or not
        children - The children filters, which will be checked in order if this filter tests to be true