mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-10 01:36:03 +00:00
Decree system
This commit is contained in:
@@ -83,6 +83,10 @@ public class J {
|
||||
});
|
||||
}
|
||||
|
||||
public static void aBukkit(Runnable a) {
|
||||
Bukkit.getScheduler().scheduleAsyncDelayedTask(Iris.instance, a);
|
||||
}
|
||||
|
||||
public static <T> Future<T> a(Callable<T> a) {
|
||||
return MultiBurst.burst.lazySubmit(a);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user