isChunkLoaded

public abstract boolean isChunkLoaded(Chunk chunk)

Checks if the specified Chunk is loaded

Return

true if the chunk is loaded, otherwise false

Parameters

chunk

The chunk to check


public abstract boolean isChunkLoaded(int x, int z)

Checks if the Chunk at the specified coordinates is loaded

Return

true if the chunk is loaded, otherwise false

Parameters

x

X-coordinate of the chunk

z

Z-coordinate of the chunk