Package top.focess.qq.api.util
Class IOHandler
- java.lang.Object
-
- top.focess.command.IOHandler
-
- top.focess.qq.api.util.IOHandler
-
public abstract class IOHandler extends top.focess.command.IOHandlerThis class is used to handle input and output when executing Command.
-
-
Constructor Summary
Constructors Constructor Description IOHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IOHandlergetConsoleIoHandler()voidoutputLang(String key, Object... objects)Used to output formatted language keystatic voidsetConsoleIoHandler(IOHandler consoleIoHandler)
-