Gets a pointer to the chunk at the given position.
if(ChunkPosition(100, 100) in world) { log("world doesn't have the chunk at 100, 100"); }
See Implementation
Gets a pointer to the chunk at the given position.