Jump to content

[1.8] Tracking Player/Chunk Movement


Siphorus

Recommended Posts

Hi, I've been having a bit of difficulty deciding the best way to track player movement or chunk's being rendered (the chunk render event doesn't work due to my mod needed 16x256x16 drawn first). But I'm looking to tell if the player has moved to a new chunk, or a new chunk is about to appear in the Player's render distance, and then updating these new chunks with my methods, thanks.

 

I do not want to tie this to the ChunkLoad event, or update based on number of chunks loaded. Updating O(16x1(I can cut the Y axis to O(1))x16xNumber of Chunks Loaded) is too slow for my tastes even on multiple threads.

 

Any feedback/comments/questions appreciated, thanks!

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.