Currently, the ClientView is used so clients can get access to MC Chunks, indexed on the chunk's position (for quick querying).
We should make a common view to be used by any worker in need of such info, and make sure there is no client-specific code in it.