Jump to content

[Solved] [1.7.10] GUI client/server problems


IceMetalPunk

Recommended Posts

I have a GUI class that extends GuiScreen. No inventory is needed, it just draws two buttons: one for the setting and a Done button. Clicking the setting button changes the setting, which means it changes the button's text and also calls a method in the associated tile entity to set a byte value appropriately (according to the current button text). The problem I'm having is that I need it to call the method from the tile entity on the server, but as a client-side GUI class, it only runs on the client, meaning it gets the client-side tile entity instead.

 

How do I make a button toggle on the client-side GUI element call a method on the server-side tile entity?

Whatever Minecraft needs, it is most likely not yet another tool tier.

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.

Announcements



×
×
  • Create New...

Important Information

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