Uses of Interface
top.focess.qq.api.command.SpecialArgumentComplexHandler
-
Packages that use SpecialArgumentComplexHandler Package Description top.focess.qq.api.command top.focess.qq.api.plugin -
-
Uses of SpecialArgumentComplexHandler in top.focess.qq.api.command
Subinterfaces of SpecialArgumentComplexHandler in top.focess.qq.api.command Modifier and Type Interface Description interfaceSpecialArgumentHandlerThis class is used to handle special arguments, which start with "@"Methods in top.focess.qq.api.command with parameters of type SpecialArgumentComplexHandler Modifier and Type Method Description static voidCommandLine. register(Plugin plugin, String name, SpecialArgumentComplexHandler handler)Register the special argument handlerstatic voidCommandLine. unregister(SpecialArgumentComplexHandler handler)Unregister the special argument handlerConstructor parameters in top.focess.qq.api.command with type arguments of type SpecialArgumentComplexHandler Constructor Description IllegalSpecialArgumentComplexHandlerClassException(Class<? extends SpecialArgumentComplexHandler> c, Exception e)Constructs a new IllegalSpecialArgumentHandlerClassException -
Uses of SpecialArgumentComplexHandler in top.focess.qq.api.plugin
Methods in top.focess.qq.api.plugin with parameters of type SpecialArgumentComplexHandler Modifier and Type Method Description voidPlugin. registerSpecialArgumentHandler(String name, SpecialArgumentComplexHandler handler)Register the special argument handler
-