Posted April 12, 20205 yr In the minecraft class the doc-comment for net.minecraft.client.Minecraft#displayGuiScreen(Screen) reads: Quote If on a thread other than the main thread, use #addScheduledTask. minecraft.addScheduledTask(() -> minecraft.displayGuiScreen) Problem is, there is no method in that class named "addScheduledClass" in my Forge version, and there is also no method that would take a Runnable/Thread object (which I imagine the method to do).
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.