pub fn update_in_loaded_chunk(
commands: Commands<'_, '_>,
query: Query<'_, '_, (Entity, &WorldName, &Position, Option<&InLoadedChunk>)>,
worlds: Res<'_, Worlds>,
)Expand description
Update the InLoadedChunk component for all entities in the world.