Class FacetAudience<V>

java.lang.Object
net.kyori.adventure.platform.facet.FacetAudience<V>
Type Parameters:
V - a viewer type
All Implemented Interfaces:
Closeable, AutoCloseable, Audience, Pointered

@Internal public class FacetAudience<V> extends Object implements Audience, Closeable
An Audience that is implemented by Facets.

This audience must support multiple viewers, although platforms do not use this feature yet.

This is not supported API. Subject to change at any time.

Since:
4.0.0
See Also: