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 ChatRenderer
ChatRenderer.defaultRenderer()
Create a new instance of the defaultChatRenderer
.static ChatRenderer
ChatRenderer.viewerUnaware
(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 ChatRenderer
AbstractChatEvent.renderer()
Gets the chat renderer.Methods in io.papermc.paper.event.player with parameters of type ChatRendererModifier and TypeMethodDescriptionfinal void
AbstractChatEvent.renderer
(ChatRenderer renderer) Sets the chat renderer.Constructors in io.papermc.paper.event.player with parameters of type ChatRendererModifierConstructorDescriptionAsyncChatEvent
(boolean async, Player player, Set<Audience> viewers, ChatRenderer renderer, Component message, Component originalMessage, SignedMessage signedMessage) ChatEvent
(Player player, Set<Audience> viewers, ChatRenderer renderer, Component message, Component originalMessage, SignedMessage signedMessage) Deprecated.