Jump to content

Tool event handlers


fritzcat

Recommended Posts

Hello. So I was making my mod when I realized I forgot how to do event handlers. I want to make something similar to the dark matter hammer in ee2 (right click to destroy a 3x3x1 area.). How would I do this? I can't think of any code because I don't know how to set it up. Could someone please give an example? Thanks.

Link to comment
Share on other sites

Vanilla or custom item?

 

Vanilla: PlayerInteractEvent (might not be exact name)

Custom: onItemRightClick

 

Then - get block clicked, destroy it and blocs around it (get blocks around by manipulating position of the one clicked) and make them drop, all methods are in Block class, very self-explainatory, post what you tried for more help.

 

Last one: what Mc version? - this is why I don't use exact naming.

 

1.7.10 is no longer supported by forge, you are on your own.

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.