Uses of Interface
com.plotsquared.core.util.task.PlotSquaredTask
Packages that use PlotSquaredTask
-
Uses of PlotSquaredTask in com.plotsquared.core.util.task
Classes in com.plotsquared.core.util.task that implement PlotSquaredTaskModifier and TypeClassDescriptionstatic class
Task that does nothing and is always cancelledMethods in com.plotsquared.core.util.task that return PlotSquaredTaskModifier and TypeMethodDescriptionstatic @Nullable PlotSquaredTask
TaskManager.removeTask
(int id) Remove a task from the task map and return the stored valuestatic @NonNull PlotSquaredTask
TaskManager.runTaskRepeat
(@Nullable Runnable runnable, @NonNull TaskTime taskTime) Run a repeating synchronous task.abstract PlotSquaredTask
TaskManager.taskRepeat
(@NonNull Runnable runnable, @NonNull TaskTime taskTime) Run a repeating synchronous task.abstract PlotSquaredTask
TaskManager.taskRepeatAsync
(@NonNull Runnable runnable, @NonNull TaskTime taskTime) Run a repeating asynchronous task.Methods in com.plotsquared.core.util.task with parameters of type PlotSquaredTaskModifier and TypeMethodDescriptionstatic void
TaskManager.addTask
(@NonNull PlotSquaredTask task, int id) Add a task to the task map