Uses of Interface
net.kyori.adventure.audience.ForwardingAudience
Packages that use ForwardingAudience
-
Uses of ForwardingAudience in net.kyori.adventure.audience
Subinterfaces of ForwardingAudience in net.kyori.adventure.audienceModifier and TypeInterfaceDescriptionstatic interfaceAn audience that forwards everything to a single other audience.Methods in net.kyori.adventure.audience that return ForwardingAudienceModifier and TypeMethodDescriptionstatic ForwardingAudienceCreates an audience that forwards to many other audiences.Methods in net.kyori.adventure.audience that return types with arguments of type ForwardingAudienceModifier and TypeMethodDescriptionstatic Collector<? super Audience, ?, ForwardingAudience> Audience.toAudience()Provides a collector to create a forwarding audience from a stream of audiences.