Class CycleTask
java.lang.Object
org.bukkit.scheduler.BukkitRunnable
studio.magemonkey.codex.mccore.scoreboard.CycleTask
- All Implemented Interfaces:
Runnable
public class CycleTask
extends org.bukkit.scheduler.BukkitRunnable
Cycles through boards periodically
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bukkit.scheduler.BukkitRunnable
cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously
-
Constructor Details
-
CycleTask
public CycleTask(org.bukkit.plugin.Plugin plugin) Constructor- Parameters:
plugin- plugin reference
-
-
Method Details
-
run
public void run()Cycles through scoreboards
-