Add deferred eventbus for posting events on the next tick

This commit is contained in:
Adam
2018-04-15 12:19:17 -04:00
parent bed20f5678
commit b571da79e3
3 changed files with 80 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ public class Hooks
public static Logger log;
public static EventBus eventBus;
public static EventBus deferredEventBus;
public static void draw(MainBufferProvider mainBufferProvider, Graphics graphics, int x, int y)
{