Jump to content

Capturing Block Destruction/Use Events?


tantrex

Recommended Posts

I am a noob, I have tried searching for this, I cannot find ANYTHING in the API for it.  I am trying to stick 100% to forge without hacking core files.  I need to find a way to capture Block Destruction Events and possibly use events.  There are two methods in the net.minecraft.block.Block class that look interesting.  Specifically:

onBlockDestroyedByExplosion(World par1World, int par2, int par3, int par4)
onBlockDestroyedByPlayer(World par1World, int par2, int par3, int par4, int par5)

 

How could I turn these into events. Please any help would be wonderful!  Thanks so much!

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.