Posted August 9, 20196 yr comment_357022 I am looking for a way to get an entity that I hover over (client side). I was able to do this via my EntityRenderer using the following in 1.12.2: Entity raytraceHitTarget = Minecraft.getMinecraft().objectMouseOver.entityHit; I notice that the "objectMouseOver" doesn't have ".entityHit". Is there a better way to return an entity I am targeting? Any direction would be appreciated. Thank you!
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.