Class FloatingTextUtils.TickTask

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

public static class FloatingTextUtils.TickTask 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
    onRun(int i)
     

    Methods inherited from class cn.nukkit.scheduler.PluginTask

    getOwner

    Methods inherited from class cn.nukkit.scheduler.Task

    cancel, getHandler, getTaskId, onCancel, run, setHandler

    Methods inherited from class java.lang.Object

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

    • TickTask

      public TickTask(GameCore owner)
  • Method Details

    • onRun

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