Replace .clone()/.to_owned() with dereference on Copy types
Make ChunkAccess::get infallible
Return &[T] from ChunkAccess::values() instead of allocating Vec<T>
Please note that blocking a user has other effects, such as: