Class FloatingTextUtils.AsyncTickTask

java.lang.Object
cn.nukkit.scheduler.Task
cn.nukkit.scheduler.PluginTask<GameCore>
cn.lanink.gamecore.floatingtext.FloatingTextUtils.AsyncTickTask
All Implemented Interfaces:
Runnable
Enclosing class:
FloatingTextUtils

public static class FloatingTextUtils.AsyncTickTask extends cn.nukkit.scheduler.PluginTask<GameCore>
  • Field Summary

    Fields inherited from class cn.nukkit.scheduler.PluginTask

    owner
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onRun(int i)
     

    Methods inherited from class cn.nukkit.scheduler.PluginTask

    getOwner

    Methods inherited from class cn.nukkit.scheduler.Task

    cancel, getHandler, getTaskId, run, setHandler

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AsyncTickTask

      public AsyncTickTask(GameCore owner)
  • Method Details

    • onRun

      public void onRun(int i)
      Specified by:
      onRun in class cn.nukkit.scheduler.Task
    • onCancel

      public void onCancel()
      Overrides:
      onCancel in class cn.nukkit.scheduler.Task