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 @NotNull 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(@NotNull CommandSender sender, @NotNull String[] args, @NotNull IOHandler ioHandler, int id, String rawCommand)Execute the command with special arguments@NotNull top.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(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 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)Method parameters in top.focess.qq.api.util with type arguments of type IOHandler Modifier and Type Method Description voidIOHandler. async(java.util.function.Consumer<IOHandler> consumer)
-