···115115 }
116116 }
117117118118+ #[allow(deprecated)]
118119 /// Returns the number of light chunks effected by the filter, but before applying the limit.
119119- ///
120120 /// This is required for distribution calculations.
121121+ ///
122122+ /// Also see [`count_filtered`](Self::count_filtered).
121123 /// # Unknown
122124 /// If the [`FilterType`] is `Unknown` then the result will be the same as `group_size`.
123125 #[must_use]
···144146 }
145147 }
146148149149+ #[allow(deprecated)]
147150 /// Returns the number of light chunks effected by the filter.
151151+ ///
152152+ /// Also see [`count_filtered_without_limit`](Self::count_filtered_without_limit).
148153 /// # Unknown
149154 /// If the [`FilterType`] is `Unknown` then the result will be the same as `group_size`.
150155 #[must_use]