Posted July 11, 201213 yr Is it possible to find and store the X,Y, and Z position of a block when you place it, then store it to be used by an item? I know there's onBlockPlaced, but I'm not sure how to find the block position when using that.
July 11, 201213 yr It's passed in in the arguments. public ... onBlockPlaced(World par1World,...,int x, int y, int z){... I think. But they're in the arguments. I know that much. So, what would happen if I did push that shiny red button over there? ... Really? ... Can I try it? ... Damn.
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.