runTaskAt
abstract fun <T> runTaskAt(location: ServerPos3d, task: Supplier<T>, loader: Any? = null): CompletableFuture<T>
Schedules a task to run on the game tick thread at a given location.
Parameters
location
Location to execute the task at.
task
Task that will be scheduled for the execution.
loader
Loader object identified with this task.
Schedules a task to run on the game tick thread at a given location.
Parameters
location
Location to execute the task at.
task
Task that will be scheduled for the execution.