程序包 cn.wzpmc.console

类 MyBotConsole


  • public class MyBotConsole
    extends net.minecrell.terminalconsole.SimpleTerminalConsole
    主控制台
    从以下版本开始:
    2024/7/31 下午9:47
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      protected org.jline.reader.LineReader buildReader​(org.jline.reader.LineReaderBuilder builder)  
      protected void runCommand​(java.lang.String command)  
      void shutdown()  
      void start()  
      • 从类继承的方法 net.minecrell.terminalconsole.SimpleTerminalConsole

        isRunning, processInput
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • buildReader

        protected org.jline.reader.LineReader buildReader​(org.jline.reader.LineReaderBuilder builder)
        覆盖:
        buildReader 在类中 net.minecrell.terminalconsole.SimpleTerminalConsole
      • runCommand

        protected void runCommand​(java.lang.String command)
        指定者:
        runCommand 在类中 net.minecrell.terminalconsole.SimpleTerminalConsole
      • shutdown

        public void shutdown()
        指定者:
        shutdown 在类中 net.minecrell.terminalconsole.SimpleTerminalConsole
      • start

        public void start()
        覆盖:
        start 在类中 net.minecrell.terminalconsole.SimpleTerminalConsole