Uses of Class
top.focess.qq.api.command.CommandSender
-
Packages that use CommandSender Package Description top.focess.qq.api.command top.focess.qq.api.event.command top.focess.qq.core.commands top.focess.qq.core.listener -
-
Uses of CommandSender in top.focess.qq.api.command
Fields in top.focess.qq.api.command declared as CommandSender Modifier and Type Field Description static CommandSenderCommandSender. CONSOLEPresent CONSOLE or we call it TerminateMethods in top.focess.qq.api.command that return types with arguments of type CommandSender Modifier and Type Method Description java.util.function.Predicate<CommandSender>Command. getExecutorPermission()Methods in top.focess.qq.api.command with parameters of type CommandSender Modifier and Type Method Description static Future<Boolean>CommandLine. exec(CommandSender sender, String command)Execute command with senderstatic Future<Boolean>CommandLine. exec(CommandSender sender, String command, IOHandler ioHandler)Execute command with sender executing and ioHandler receivingbooleanCommand. execute(CommandSender sender, String[] args, IOHandler ioHandler)Execute the command with special argumentsCommandResultCommandExecutor. execute(CommandSender sender, DataCollection dataCollection, IOHandler ioHandler)Used to execute the command under certain conditionsvoidCommand. infoUsage(CommandSender sender, IOHandler ioHandler)abstract List<String>Command. usage(CommandSender sender)Used to get help information when execute this command with wrong arguments or the executor returnsCommandResult.ARGSMethod parameters in top.focess.qq.api.command with type arguments of type CommandSender Modifier and Type Method Description Command.ExecutorCommand.Executor. overrideExecutorPermission(java.util.function.Predicate<CommandSender> executorPermission)Set the executor permission check for this Executor When execute this Executor, it will only check the executorPermissionCommand.ExecutorCommand.Executor. setExecutorPermission(java.util.function.Predicate<CommandSender> executorPermission)Set the executor permission check for this Executor When execute this Executor, it will checkCommand.executorPermissionand the executorPermissionvoidCommand. setExecutorPermission(java.util.function.Predicate<CommandSender> executorPermission) -
Uses of CommandSender in top.focess.qq.api.event.command
Methods in top.focess.qq.api.event.command that return CommandSender Modifier and Type Method Description CommandSenderCommandExecutedEvent. getSender()CommandSenderCommandPrepostEvent. getSender()Constructors in top.focess.qq.api.event.command with parameters of type CommandSender Constructor Description CommandExecutedEvent(Command.Executor executor, String[] args, IOHandler ioHandler, CommandSender sender, CommandResult result)Constructs a CommandExecutedEventCommandPrepostEvent(CommandSender sender, Command command, String[] args, IOHandler ioHandler)Constructs a CommandPrepostEvent -
Uses of CommandSender in top.focess.qq.core.commands
Methods in top.focess.qq.core.commands with parameters of type CommandSender Modifier and Type Method Description List<String>BotCommand. usage(CommandSender sender)List<String>CommandCommand. usage(CommandSender sender)List<String>DebugCommand. usage(CommandSender sender)List<String>FriendCommand. usage(CommandSender sender)List<String>GroupCommand. usage(CommandSender sender)List<String>LoadCommand. usage(CommandSender sender)List<String>PluginCommand. usage(CommandSender sender)List<String>ReloadCommand. usage(CommandSender sender)List<String>StopCommand. usage(CommandSender sender)List<String>UnloadCommand. usage(CommandSender sender) -
Uses of CommandSender in top.focess.qq.core.listener
Fields in top.focess.qq.core.listener with type parameters of type CommandSender Modifier and Type Field Description static Map<CommandSender,Queue<Pair<IOHandler,Pair<Boolean,Long>>>>ChatListener. QUESTSMethods in top.focess.qq.core.listener with parameters of type CommandSender Modifier and Type Method Description static voidChatListener. registerInputListener(IOHandler ioHandler, CommandSender commandSender, boolean flag)Register input String listener.
-