Uses of Class
top.focess.qq.api.command.Command
-
-
Uses of Command in top.focess.qq.api.command
Methods in top.focess.qq.api.command that return Command Modifier and Type Method Description CommandCommand.Executor. getCommand()Get the command this Executor belongs toCommandDataCollection. getCommand()Get Command argument in orderMethods in top.focess.qq.api.command that return types with arguments of type Command Modifier and Type Method Description static List<Command>Command. getCommands()Get all commandsMethods in top.focess.qq.api.command with parameters of type Command Modifier and Type Method Description static voidCommand. register(Plugin plugin, Command command)Register the commandConstructor parameters in top.focess.qq.api.command with type arguments of type Command Constructor Description CommandLoadException(Class<? extends Command> c, Exception e)Constructs a CommandLoadException -
Uses of Command in top.focess.qq.api.command.converter
Methods in top.focess.qq.api.command.converter that return Command Modifier and Type Method Description CommandCommandDataConverter. convert(String s)Methods in top.focess.qq.api.command.converter that return types with arguments of type Command Modifier and Type Method Description protected Class<Command>CommandDataConverter. getTargetClass() -
Uses of Command in top.focess.qq.api.command.data
Methods in top.focess.qq.api.command.data that return Command Modifier and Type Method Description CommandCommandBuffer. get()CommandCommandBuffer. get(int index)Methods in top.focess.qq.api.command.data with parameters of type Command Modifier and Type Method Description voidCommandBuffer. put(Command command) -
Uses of Command in top.focess.qq.api.event.command
Methods in top.focess.qq.api.event.command that return Command Modifier and Type Method Description CommandCommandPrepostEvent. getCommand()Constructors in top.focess.qq.api.event.command with parameters of type Command Constructor Description CommandPrepostEvent(CommandSender sender, Command command, String[] args, IOHandler ioHandler)Constructs a CommandPrepostEvent -
Uses of Command in top.focess.qq.api.plugin
Methods in top.focess.qq.api.plugin with parameters of type Command Modifier and Type Method Description voidPlugin. registerCommand(Command command)Register the command -
Uses of Command in top.focess.qq.core.commands
Subclasses of Command in top.focess.qq.core.commands Modifier and Type Class Description classBotCommandclassCommandCommandclassDebugCommandclassFriendCommandclassGroupCommandclassLoadCommandclassPluginCommandclassReloadCommandclassStopCommandclassUnloadCommand
-