Jump to content

Proper method for determining if a block/chunk is loaded


pantheis

Recommended Posts

Hello,

 

I'm in the process of writing a new mod using ML/Forge and need to figure out the proper way to determine if a specific x,y,z location is loaded or not. There is a rare case that could happen with my mod where the chunk our block is in is loaded but the directly adjacent block which I need to interact with is in another chunk which has been unloaded. I need to be able to reliably test for this state in both SSP and SMP so I can handle it appropriately.

 

I've looked at world.blockExists(x,y,z) but I'm concerned that that isn't really doing what I want it to do and could return false if the specific x,y,z location is loaded, but there's just air there. Am I wrong in my understanding of world.blockExists function?

 

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.