Uses of Interface
io.papermc.paper.chat.ChatRenderer
Packages that use ChatRenderer
-
Uses of ChatRenderer in io.papermc.paper.chat
Methods in io.papermc.paper.chat that return ChatRendererModifier and TypeMethodDescriptionstatic @NotNull ChatRendererChatRenderer.defaultRenderer()Create a new instance of the defaultChatRenderer.static @NotNull ChatRendererChatRenderer.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 ChatRendererMethods in io.papermc.paper.event.player with parameters of type ChatRendererModifier and TypeMethodDescriptionvoidAbstractChatEvent.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)Deprecated.AsyncChatEvent(boolean async, @NotNull Player player, @NotNull Set<Audience> viewers, @NotNull ChatRenderer renderer, @NotNull Component message, @NotNull Component originalMessage)AsyncChatEvent(boolean async, @NotNull Player player, @NotNull Set<Player> recipients, @NotNull Set<Audience> viewers, @NotNull ChatRenderer renderer, @NotNull Component message)Deprecated.for removal with 1.17, useAsyncChatEvent(boolean, Player, Set, ChatRenderer, Component, Component)AsyncChatEvent(boolean async, @NotNull Player player, @NotNull Set<Player> recipients, @NotNull Set<Audience> viewers, @NotNull ChatRenderer renderer, @NotNull Component message, @NotNull Component originalMessage)Deprecated.for removal with 1.17, useAsyncChatEvent(boolean, Player, Set, ChatRenderer, Component, Component)ChatEvent(@NotNull Player player, @NotNull Set<Audience> viewers, @NotNull ChatRenderer renderer, @NotNull Component message)Deprecated.for removal with 1.17, useChatEvent(Player, Set, ChatRenderer, Component, Component)ChatEvent(@NotNull Player player, @NotNull Set<Audience> viewers, @NotNull ChatRenderer renderer, @NotNull Component message, @NotNull Component originalMessage)Deprecated.ChatEvent(@NotNull Player player, @NotNull Set<Player> recipients, @NotNull Set<Audience> viewers, @NotNull ChatRenderer renderer, @NotNull Component message, @NotNull Component originalMessage)Deprecated.for removal with 1.17, useChatEvent(Player, Set, ChatRenderer, Component, Component)
AsyncChatEvent(boolean, Player, Set, ChatRenderer, Component, Component)