isChunkInUse

public abstract boolean isChunkInUse(int x, int z)

Checks if the Chunk at the specified coordinates is loaded and in use by one or more players

Return

true if the chunk is loaded and in use by one or more players, otherwise false

Parameters

x

X-coordinate of the chunk

z

Z-coordinate of the chunk