pub(super) fn default_random_pos_away( mob: &dyn PathfinderMob, horizontal_dist: i32, vertical_dist: i32, avoid_pos: DVec3, ) -> Option<DVec3>