hasLoadedChunk

fun hasLoadedChunk(x: Int, z: Int): Boolean

Does this region contain the given chunk column? Contrary to hasChunk, this method also checks cached chunks in memory (created by getOrCreateChunk)

See also