Posted June 15, 20196 yr What happened to the chunk.isLoaded() function? How can I check if a chunk is loaded in forge 1.14?
June 15, 20196 yr Author I just need to know if a chunk is loaded. I used this as a workaround for now, but it is deprecated. world.isAreaLoaded(new BlockPos(chunk.getPos().getXStart(),70,chunk.getPos().getZStart()), new BlockPos(chunk.getPos().getXEnd(),70,chunk.getPos().getZEnd()))
June 15, 20196 yr Author I want to know if a player is around the chunk. That's why I was trying to see if the chunk was unloaded, so that I know a player isn't nearby anymore.
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.