getChunkData

fun getChunkData(x: Int, z: Int): NBTCompound?

Gets the NBT representation of the chunk inside this RegionFile. Coordinates are absolute. Values are NOT cached (contrary to getChunk)

Return

Can return null if the requested chunk is not present in the file

See also

Throws

if the given coordinates are not inside the region