MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / s

Method s

src/main/java/com/volmit/adapt/util/J.java:172–174  ·  view source on GitHub ↗

Queue a sync task @param r the runnable

(Runnable r)

Source from the content-addressed store, hash-verified

170 * @param r the runnable
171 */
172 public static void s(Runnable r) {
173 Bukkit.getScheduler().scheduleSyncDelayedTask(Adapt.instance, r);
174 }
175
176 /**
177 * Queue a sync task

Callers 15

hotloadedMethod · 0.95
playMethod · 0.95
activateMethod · 0.95
grantMethod · 0.95
unlockExistingMethod · 0.95
deleteMethod · 0.95
loadChunkAsyncMethod · 0.95
onInventoryClickMethod · 0.95
openMethod · 0.95
triggerPulseMethod · 0.95
onTickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected