Skip to content

Latest commit

 

History

History
76 lines (76 loc) · 3.73 KB

cn.nukkit.scheduler.Task.md

File metadata and controls

76 lines (76 loc) · 3.73 KB
    • 构造函数一览

      构造函数 
      构造函数描述
      Task() 
    • 成员函数一览

      All Methods Instance Methods Abstract Methods Concrete Methods 
      修饰符和类 成员函数描述
      void cancel() 
      TaskHandler getHandler() 
      int getTaskId() 
      void onCancel() 
      abstract void onRun(int currentTick)
      这个任务被执行时,会调用的过程。
      What will be called when the task is executed.
      void run() 
      void setHandler(TaskHandler taskHandler) 
      • 继承自类 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait