Uses of Interface
io.papermc.paper.chat.ChatRenderer
Packages that use ChatRenderer
-
Uses of ChatRenderer in io.papermc.paper.chat
Subinterfaces of ChatRenderer in io.papermc.paper.chatMethods in io.papermc.paper.chat that return ChatRendererModifier and TypeMethodDescriptionstatic @NotNull ChatRenderer
ChatRenderer.defaultRenderer()
Create a new instance of the defaultChatRenderer
.static @NotNull ChatRenderer
ChatRenderer.viewerUnaware
(@NotNull ChatRenderer.ViewerUnaware renderer) Creates a new viewer-unawareChatRenderer
, which will render the chat message a single time, displaying the same rendered message to every viewingAudience
. -
Uses of ChatRenderer in io.papermc.paper.event.player
Methods in io.papermc.paper.event.player that return ChatRendererModifier and TypeMethodDescriptionfinal @NotNull ChatRenderer
AbstractChatEvent.renderer()
Gets the chat renderer.Methods in io.papermc.paper.event.player with parameters of type ChatRendererModifier and TypeMethodDescriptionfinal void
AbstractChatEvent.renderer
(@NotNull ChatRenderer renderer) Sets the chat renderer.Constructors in io.papermc.paper.event.player with parameters of type ChatRendererModifierConstructorDescriptionAsyncChatEvent
(boolean async, @NotNull Player player, @NotNull Set<Audience> viewers, @NotNull ChatRenderer renderer, @NotNull Component message, @NotNull Component originalMessage, @NotNull SignedMessage signedMessage) ChatEvent
(@NotNull Player player, @NotNull Set<Audience> viewers, @NotNull ChatRenderer renderer, @NotNull Component message, @NotNull Component originalMessage, @NotNull SignedMessage signedMessage) Deprecated.