Uses of Class
top.focess.qq.api.util.IOHandler
-
Packages that use IOHandler Package Description top.focess.qq.api.command top.focess.qq.api.event.command top.focess.qq.api.util -
-
Uses of IOHandler in top.focess.qq.api.command
Methods in top.focess.qq.api.command that return IOHandler Modifier and Type Method Description IOHandlerCommandSender. getIOHandler()Get the receiver by this CommandSenderMethods in top.focess.qq.api.command with parameters of type IOHandler Modifier and Type Method Description static Future<top.focess.command.CommandResult>CommandLine. exec(CommandSender sender, String command, IOHandler ioHandler)Execute command with sender executing and ioHandler receivingtop.focess.command.CommandResultCommand. execute(CommandSender sender, String[] args, IOHandler ioHandler)Execute the command with special argumentstop.focess.command.CommandResultCommandExecutor. execute(CommandSender sender, top.focess.command.DataCollection dataCollection, IOHandler ioHandler)Used to execute the command under certain conditionsvoidCommand. infoUsage(CommandSender sender, IOHandler ioHandler) -
Uses of IOHandler in top.focess.qq.api.event.command
Methods in top.focess.qq.api.event.command that return IOHandler Modifier and Type Method Description IOHandlerCommandExecutedEvent. getIoHandler()IOHandlerCommandPrepostEvent. getIoHandler()Constructors in top.focess.qq.api.event.command with parameters of type IOHandler Constructor Description CommandExecutedEvent(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 IOHandler in top.focess.qq.api.util
Methods in top.focess.qq.api.util that return IOHandler Modifier and Type Method Description static IOHandlerIOHandler. getConsoleIoHandler()Methods in top.focess.qq.api.util with parameters of type IOHandler Modifier and Type Method Description static voidIOHandler. setConsoleIoHandler(IOHandler consoleIoHandler)
-