Package com.plotsquared.bukkit.util.task
Class BukkitPlotSquaredTask
java.lang.Object
org.bukkit.scheduler.BukkitRunnable
com.plotsquared.bukkit.util.task.BukkitPlotSquaredTask
- All Implemented Interfaces:
com.plotsquared.core.util.task.PlotSquaredTask,Runnable
public final class BukkitPlotSquaredTask
extends BukkitRunnable
implements com.plotsquared.core.util.task.PlotSquaredTask
Bukkit implementation of
PlotSquaredTask-
Nested Class Summary
Nested classes/interfaces inherited from interface com.plotsquared.core.util.task.PlotSquaredTask
com.plotsquared.core.util.task.PlotSquaredTask.NullTask -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bukkit.scheduler.BukkitRunnable
cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronouslyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.plotsquared.core.util.task.PlotSquaredTask
cancel, isCancelled, run
-
Constructor Details
-
BukkitPlotSquaredTask
-
-
Method Details
-
runTask
public void runTask()- Specified by:
runTaskin interfacecom.plotsquared.core.util.task.PlotSquaredTask
-