Uses of Interface
top.focess.qq.api.command.SpecialArgumentHandler
-
Packages that use SpecialArgumentHandler Package Description top.focess.qq.api.command top.focess.qq.api.plugin -
-
Uses of SpecialArgumentHandler in top.focess.qq.api.command
Methods in top.focess.qq.api.command with parameters of type SpecialArgumentHandler Modifier and Type Method Description static voidCommandLine. register(Plugin plugin, String name, SpecialArgumentHandler handler)Register the special argument handlerConstructor parameters in top.focess.qq.api.command with type arguments of type SpecialArgumentHandler Constructor Description IllegalSpecialArgumentHandlerClassException(Class<? extends SpecialArgumentHandler> c, Exception e)Constructs a new IllegalSpecialArgumentHandlerClassException -
Uses of SpecialArgumentHandler in top.focess.qq.api.plugin
Methods in top.focess.qq.api.plugin with parameters of type SpecialArgumentHandler Modifier and Type Method Description voidPlugin. registerSpecialArgumentHandler(String name, SpecialArgumentHandler handler)Register the special argument handler
-