PaperScheduler

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun asyncTask(runnable: Runnable): ModelTask
Link copied to clipboard
open override fun asyncTaskLater(delay: Long, runnable: Runnable): ModelTask
Link copied to clipboard
open override fun asyncTaskTimer(delay: Long, period: Long, runnable: Runnable): ModelTask
Link copied to clipboard
@Nullable
open fun task(@NotNull entity: @NotNull Entity, @NotNull runnable: @NotNull Runnable): @Nullable ModelTask?
open override fun task(location: Location, runnable: Runnable): ModelTask?
Link copied to clipboard
@Nullable
open fun taskLater(@NotNull entity: @NotNull Entity, delay: Long, @NotNull runnable: @NotNull Runnable): @Nullable ModelTask?
open override fun taskLater(location: Location, delay: Long, runnable: Runnable): ModelTask?