Interface CommandFilter

    • Method Detail

      • test

        boolean test​(TextMessageEvent event,
                     Command command)
        Checks to see if the given event and command test to be true according to this filter.
        Parameters:
        event - The event to be tested
        command - The command data executed in this event
        Returns:
        True if and only if this filter allows this event and command combination to go ahead.