task

@Nullable
open fun task(@NotNull entity: @NotNull Entity, @NotNull runnable: @NotNull Runnable): @Nullable ModelTask

Runs entity sync task

Return

scheduled task

Parameters

entity

entity

runnable

task


@Nullable
abstract fun task(@NotNull location: @NotNull Location, @NotNull runnable: @NotNull Runnable): @Nullable ModelTask

Runs entity sync task

Return

scheduled task

Parameters

location

location

runnable

task