Interface FabricClientAudiences
- All Superinterfaces:
- FabricAudiences
Access the client's player as an 
Audience.- Since:
- 4.0.0
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescription@NotNull Audienceaudience()Get an audience for the client's player.static @NotNull FabricClientAudiences.Builderbuilder()Create a builder for an audience provider that might use custom locales.static @NotNull FabricClientAudiencesof()Get the common instance, that will render using the global translation registry.Methods inherited from interface net.kyori.adventure.platform.fabric.FabricAudiencesflattener, renderer, toAdventure, toNative
- 
Method Details- 
ofGet the common instance, that will render using the global translation registry.- Returns:
- the audience provider
- Since:
- 4.0.0
 
- 
builderCreate a builder for an audience provider that might use custom locales.- Returns:
- the builder
- Since:
- 4.0.0
 
- 
audienceGet an audience for the client's player.When not in-game, most operations will no-op - Returns:
- player audience
- Since:
- 4.0.0
 
 
-