pub fn all_items_with_tags_in_state(
    world: &dyn World,
    tags: &[String],
    state: ItemState
) -> bool