Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Need help displaying a gui on item right click

Featured Replies

Posted

Hello out there,

I'm trying to port a mod to 1.3.2 and having some trouble displaying a gui on right click of an item.

My solution so far looks like this:

public ItemStack onItemRightClick(ItemStack itemStack, World world, EntityPlayer player)
{
	if (!fIsServer)
	{
		ModLoader.getMinecraftInstance().displayGuiScreen(new GuiBookOfTeleportation(world, player));
	}
	return itemStack;

}

 

This is kind of working but behaves weirdly. I think the proper way to do this is putting some code into the client proxy method getClientGuiElement but that is never called. Do I have to register this somewhere?

I want to display a gui screen inherited from GuiScreen with some buttons and a GuiSlot showing some text.

How is this done properly?

 

Many thanks in advance,

dhalek

Use the same method you would for when you display a gui for a block.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

  • Author

Oh, sounds simple. I didn't realize, it does not make a difference.

 

Thanks,

dhalek

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.