接口 IExceptionProcessor
-
- 所有已知实现类:
AbstractExceptionProcessor
@ProhibitBean public interface IExceptionProcessor
-
-
字段概要
字段 修饰符和类型 字段 说明 static int
COMMAND_NOT_FOUND
static int
ERROR_CATEGORY
static int
NO_PERMISSION
-
方法概要
修饰符和类型 方法 说明 boolean
onCommandDeny(ICommandSender sender, ICommand command, String label, List<String> args, List<String> full_args, int type)
-