task

@NotNull
abstract fun task(@NotNull runnable: @NotNull Runnable): @NotNull HudTask

Executes sync task.

Return

scheduled task.

Parameters

runnable

task


@NotNull
abstract fun task(@NotNull location: @NotNull LocationWrapper, @NotNull runnable: @NotNull Runnable): @NotNull HudTask

Executes sync task.

Return

scheduled task.

Parameters

location

location

runnable

task