Package studio.magemonkey.fabled.task
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 -
Method Summary
Methods inherited from class org.bukkit.scheduler.BukkitRunnable
cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously
-
Constructor Details
-
ScoreboardTask
Prepares the task- Parameters:
data
- data of player to update for
-
-
Method Details
-
run
public void run()Applies the update
-