Jump to content

[1.9.4][Solved] PlayerInteractEvent.RightClickItem called when clicking a block?


yolp900

Recommended Posts

PlayerInteractEvent.RightClickItem says in the forge file:

/**
     * This event is fired on both sides before the player triggers {@link net.minecraft.item.Item#onItemRightClick}.
     * Note that this is NOT fired if the player is targeting a block. For that case, see {@link RightClickBlock}.
**/

 

However, when I use that event to open a gui and PlayerInteractEvent.RightClickBlock, it gets called and the gui opens even if i am looking at a block.

Anybody now why this is or how to fix it?

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.