diff --git a/api/src/main/java/net/kyori/adventure/audience/Audience.java b/api/src/main/java/net/kyori/adventure/audience/Audience.java index 0d457e65b..467d34208 100644 --- a/api/src/main/java/net/kyori/adventure/audience/Audience.java +++ b/api/src/main/java/net/kyori/adventure/audience/Audience.java @@ -147,7 +147,8 @@ public interface Audience extends Pointered { * If they do, they may test themselves against the provided {@code filter} first, and if the test fails return an empty audience skipping any contained children. * If they do not, they must not test themselves against the filter, only testing their children.

* - * @param filter the filter + * @param filter a filter that determines if an audience should be included + * @return an audience providing a snapshot of all audiences that match the predicate when this method is invoked * @since 4.9.0 */ default @NotNull Audience filterAudience(final @NotNull Predicate filter) {