Jump to content

Recommended Posts

Posted

I'm very confused about the method onItemUse; it has ten parameters, and while I understand the first six, the last four are unknown to me.

 

I'm trying to make an item that, when right clicked, checks to see if there is an entity that's clicked on, and if so, if it is a particular type.  Can anyone explain how to do this?

Posted

I'm very confused about the method onItemUse; it has ten parameters, and while I understand the first six, the last four are unknown to me.

 

The last four parameters to onItemUse are:

 

  int side, float px, float py, float pz

 

side = which side of the block was clicked on

px, py, pz = the point on the block that was clicked, in local coordinates (0.0 - 1.0) if I remember correctly.

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.