MCPcopy Create free account
hub / github.com/boxbeam/RedLib / syncDelayed

Method syncDelayed

src/redempt/redlib/misc/Task.java:22–24  ·  view source on GitHub ↗

Schedules a sync delayed task to run as soon as possible @param run The task to run @return The Task that has been scheduled

(Runnable run)

Source from the content-addressed store, hash-verified

20 * @return The Task that has been scheduled
21 */
22 public static Task syncDelayed(Runnable run) {
23 return syncDelayed(RedLib.getCallingPlugin(), run);
24 }
25
26 /**
27 * Schedules a sync delayed task to run as soon as possible

Callers 4

checkMethod · 0.95
checkMethod · 0.95
delayedTeleportMethod · 0.95
asyncInitMethod · 0.95

Calls 1

getCallingPluginMethod · 0.95

Tested by

no test coverage detected