Posted January 22, 201312 yr 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!
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.