Class ScoreboardTask

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
studio.magemonkey.fabled.task.ScoreboardTask
All Implemented Interfaces:
Runnable

public class ScoreboardTask extends org.bukkit.scheduler.BukkitRunnable
  • Constructor Summary

    Constructors
    Constructor
    Description
    Prepares the task
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Applies the update

    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

    • ScoreboardTask

      public ScoreboardTask(PlayerData data)
      Prepares the task
      Parameters:
      data - data of player to update for
  • Method Details

    • run

      public void run()
      Applies the update