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 @NotNull @UnmodifiableView 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(@NotNull Plugin plugin, @NotNull Command command)Register the commandConstructor parameters in top.focess.qq.api.command with type arguments of type Command Constructor Description CommandLoadException(@NotNull 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 @Nullable 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 @NotNull CommandCommandBuffer. get()@NotNull CommandCommandBuffer. get(int index)Methods in top.focess.qq.api.command.data with parameters of type Command Modifier and Type Method Description voidCommandBuffer. put(@NotNull 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 CommandCommandExecutedEvent. getCommand()CommandCommandPrepostEvent. getCommand()Constructors in top.focess.qq.api.event.command with parameters of type Command Constructor Description CommandExecutedEvent(Command command, @NotNull String[] args, IOHandler ioHandler, CommandSender sender, top.focess.command.CommandResult result)Constructs a CommandExecutedEventCommandPrepostEvent(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
-