public static interface CommandFilter.FilterFailedHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(PacketEvent event,
CommandFilter.Filter filter,
Exception ex)
Invoked when a given filter has failed.
|
boolean handle(PacketEvent event, CommandFilter.Filter filter, Exception ex)
event - - the packet event.filter - - the filter that failed.ex - - the failure.Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.