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 classTask that does nothing and is always cancelledMethods in com.plotsquared.core.util.task that return PlotSquaredTaskModifier and TypeMethodDescriptionstatic @Nullable PlotSquaredTaskTaskManager.removeTask(int id) Remove a task from the task map and return the stored valuestatic @NonNull PlotSquaredTaskTaskManager.runTaskRepeat(@Nullable Runnable runnable, @NonNull TaskTime taskTime) Run a repeating synchronous task.abstract PlotSquaredTaskTaskManager.taskRepeat(@NonNull Runnable runnable, @NonNull TaskTime taskTime) Run a repeating synchronous task.abstract PlotSquaredTaskTaskManager.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 voidTaskManager.addTask(@NonNull PlotSquaredTask task, int id) Add a task to the task map