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

Method a

src/main/java/com/volmit/adapt/util/J.java:53–55  ·  view source on GitHub ↗
(Runnable a)

Source from the content-addressed store, hash-verified

51 }
52
53 public static void a(Runnable a) {
54 MultiBurst.burst.lazy(a);
55 }
56
57 public static <T> Future<T> a(Callable<T> a) {
58 return MultiBurst.burst.getService().submit(a);

Callers 15

executeMethod · 0.95
onMethod · 0.95
SimpleSkillMethod · 0.95
registerConfigurationMethod · 0.95
SimpleAdaptationMethod · 0.95
registerConfigurationMethod · 0.95
onMethod · 0.95
scheduleSeeWorldMethod · 0.95
onMethod · 0.95
addFoundationMethod · 0.95
onTickMethod · 0.95
onMethod · 0.95

Calls 1

lazyMethod · 0.80

Tested by

no test coverage detected