task
@Nullable
Schedules a task to run on the next tick, synchronized with the given location.
Return
the scheduled task, or null if scheduling failed
Since
2.0.0
Parameters
location
the location to synchronize with
runnable
the task to run
Schedules a task to run on the next tick, synchronized with the given location.
the scheduled task, or null if scheduling failed
2.0.0
the location to synchronize with
the task to run