Posted August 17, 201411 yr Dear coders, I have a problem, again :'( . I need an event for when a gui closes. I have been searching around, but I couldn't find one :'( I've been trying with onPlayerTick to check when a gui closes instead, but it's almost impossible. So are there a way to do this? And if I ever helped anyone with anything, let me know I am a noob in forge
August 17, 201411 yr You can use the GuiOpenEvent, in which the GuiScreen object is null when closing a gui. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
August 17, 201411 yr You can use the GuiOpenEvent, in which the GuiScreen object is null when closing a gui. You can also use currentScreen in any class. Minecraft.getMinecraft().currentScreen If I helped please press the Thank You button.
August 17, 201411 yr Author Thanks all of you very much! And if I ever helped anyone with anything, let me know I am a noob in forge
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.