Posted August 29, 201312 yr Hey guys! I looked through the event reference and couldn't find a suitable way to check if the player has destroyed a specific block.. I was wondering if anyone knew how? Thanks ~MCD
August 29, 201312 yr There is no event for that (yet). If it is one of your block you are interested in, there are Block methods. If you want that check with a custom item, onBlockDestroyed in Item would work too. For all other cases, a coremod or TickHandler. Have a look here for my use case of a TickHandler: https://github.com/GotoLink/LevelUp/blob/master/TickHandler.java
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.