Posted July 28, 201510 yr So thank you all for the help in the axe. I managed to make it so it cuts all type of trees. Now i moved to the pickaxe and i want this one to mine 3x3 area. However to do this right i need to get the direction which the player is looking at. I thought about using EntityLivingBase.rotationYaw and EntityLivingBase.rotationPitch that is in onBlockDestroyed. So i am guessing that if rotationPitch = 0 then the player is looking up and if it is 180 it is looking down? But what about the rotationYaw? If the rotationYaw = 0, in which direction is the player looking at? North?
July 28, 201510 yr Try to check it out urself. Add a syso for The yaw look north and trigger The syso.
July 28, 201510 yr Hi http://greyminecraftcoder.blogspot.com.au/2015/07/entity-rotations-and-animation.html But System.out.println as Failender says is probably the fastest way to figure it out... Depending on what you want to do, EntityLivingBase.getLookVec() might be useful. -TGG
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.