Interface AudienceProvider<C>

Type Parameters:
C - Command sender type
All Superinterfaces:
Function<@NonNull C,@NonNull Audience>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AudienceProvider<C> extends Function<@NonNull C,@NonNull Audience>
Function that maps the command sender type to an adventure Audience