Jump to content

How can I use this function? (check if chat is opened)


nabkami

Recommended Posts

So I need to know if a player has his chat open, I found a function that returns true if the chat is opened, but I dont know how to use it. The function is:

func_146241_e || getChatOpen || Returns true if the chat GUI is open.

Also I found it on the deobfuscated minecraft code: 

private boolean getChatOpen() { return this.mc.currentScreen instanceof ChatScreen; }

It is part of the NewChatGui.java class, inside the screen folder, inside the gui folder.

Im using mc 1.16.5, specifically using cnpcs mod to create some good stuff. Thx in advance.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.