Uses of Interface
io.papermc.paper.chat.ChatComposer
-
Uses of ChatComposer in io.papermc.paper.chat
-
Uses of ChatComposer in io.papermc.paper.event.player
Modifier and TypeMethodDescriptionvoid
AbstractChatEvent.composer(@NotNull ChatComposer composer)
Deprecated.for removal with 1.17, in favour ofAbstractChatEvent.renderer(ChatRenderer)
ModifierConstructorDescriptionAsyncChatEvent(boolean async, @NotNull Player player, @NotNull Set<Player> recipients, @NotNull ChatComposer composer, @NotNull Component message)
Deprecated.for removal with 1.17, useAsyncChatEvent(boolean, Player, Set, ChatRenderer, Component, Component)
ChatEvent(@NotNull Player player, @NotNull Set<Player> recipients, @NotNull ChatComposer composer, @NotNull Component message)
Deprecated.for removal with 1.17, useChatEvent(Player, Set, ChatRenderer, Component, Component)
AbstractChatEvent.renderer()