bool ChunkLoaded(int x, int z) { return(loaded.Contains(x, z)); }
bool ChunkGenerated(int x, int z) { return(generated.Contains(x, z)); }