Uses of Class
top.focess.qq.api.command.Command
-
Packages that use Command Package Description top.focess.qq.api.command top.focess.qq.api.command.converter top.focess.qq.api.command.data top.focess.qq.api.event.command top.focess.qq.api.plugin -
-
Uses of Command in top.focess.qq.api.command
Methods 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 @NonNull StringSpecialArgumentComplexHandler. handle(String name, CommandSender sender, Command command, String[] args, int i, String... arguments)Handle the special argumentdefault @NonNull StringSpecialArgumentHandler. handle(String name, CommandSender sender, Command command, String[] args, int i, String... arguments)@NonNull StringSpecialArgumentHandler. handle(CommandSender sender, Command command, String[] args, int i)Handle the special argumentstatic 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
-