Jump to content

interactionManager.setBlockReachDistance(double) Effectively Unused (Cannot increase reach)


Zetal

Recommended Posts

Hey there! Here to bother you. :)

EntityPlayerMP emp = (EntityPlayerMP) player;
double reach = emp.interactionManager.getBlockReachDistance();
reach += 500.0D;
emp.interactionManager.setBlockReachDistance(reach);

This (basically) does nothing. While it does change the value, the value itself has no effect on the game due to the fact that the client uses PlayerControllerMP to determine blockreach distance, which takes priority.

 

I would like some guidance on how to pursue arbitrary changes to player reach distance. Thank you.

Have a modding question? PM me and hopefully I'll be able to help. Good at 2d Pixel Art? We need your help!  http://www.minecraftforum.net/topic/1806355-looking-for-2d-pixel-artist/

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.