Jump to content

[1.16.2][SOLVED] Right clicking interactable entities with an item


Corgam

Recommended Posts

Hi,

I have an item that stores entities' EntityType inside it's NBT  when used (right clicked) on some living entity,

but there is a problem with Entities that can be interacted with, when you right click them with Item, the itemInteractionForEntity(...) function is not run.

Is there a way to skip entities' interaction and run item's itemInteractionForEntity(...) function instead?

Edited by Corgam
Link to comment
Share on other sites

On 9/29/2020 at 1:20 AM, ChampionAsh5357 said:

This cannot apply to all living entities. You would probably need to use an event, either PlayerInteractEvent$EntityInteract or PlayerInteractEvent$EntityInteractSpecific, to handle the logic instead.

Works like a charm! Thanks!

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.