fn get_neighbor_chunks_indices(player_chunk_index: usize) -> Vec<usize>
Expand description

Returns the neighboring chunks to the given chunk index. There are 4-9 neighbors for every chunk, depending on if they’re on the border of the world.