Interface CommandFilter.FilterFailedHandler

Enclosing class:
CommandFilter

public static interface CommandFilter.FilterFailedHandler
  • Method Details

    • handle

      boolean handle(PacketEvent event, CommandFilter.Filter filter, Exception ex)
      Invoked when a given filter has failed.
      Parameters:
      event - - the packet event.
      filter - - the filter that failed.
      ex - - the failure.
      Returns:
      TRUE to keep processing this filter, FALSE to remove it.