Package com.comphenix.protocol
Interface CommandFilter.FilterFailedHandler
- Enclosing class:
CommandFilter
public static interface CommandFilter.FilterFailedHandler
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhandle(PacketEvent event, CommandFilter.Filter filter, Exception ex) Invoked when a given filter has failed.
-
Method Details
-
handle
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.
-