Class UpdateTask

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
studio.magemonkey.codex.mccore.scoreboard.UpdateTask
All Implemented Interfaces:
Runnable

public class UpdateTask extends org.bukkit.scheduler.BukkitRunnable
Updates stat boards periodically
  • Constructor Summary

    Constructors
    Constructor
    Description
    UpdateTask(org.bukkit.plugin.Plugin plugin)
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Updates stat boards

    Methods inherited from class org.bukkit.scheduler.BukkitRunnable

    cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously

    Methods inherited from class java.lang.Object

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

    • UpdateTask

      public UpdateTask(org.bukkit.plugin.Plugin plugin)
      Constructor
      Parameters:
      plugin - plugin reference
  • Method Details

    • run

      public void run()
      Updates stat boards