Package | Description |
---|---|
io.papermc.paper.chat | |
io.papermc.paper.event.player |
Modifier and Type | Field and Description |
---|---|
static ChatComposer |
ChatComposer.DEFAULT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
@NotNull ChatComposer |
AbstractChatEvent.composer()
Deprecated.
for removal with 1.17, in favour of
AbstractChatEvent.renderer() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChatEvent.composer(@NotNull ChatComposer composer)
Deprecated.
for removal with 1.17, in favour of
AbstractChatEvent.renderer(ChatRenderer) |
Constructor and Description |
---|
AsyncChatEvent(boolean async,
@NotNull Player player,
@NotNull Set<Player> recipients,
@NotNull ChatComposer composer,
@NotNull net.kyori.adventure.text.Component message)
Deprecated.
for removal with 1.17, use
AsyncChatEvent(boolean, Player, Set, ChatRenderer, Component) |
ChatEvent(@NotNull Player player,
@NotNull Set<Player> recipients,
@NotNull ChatComposer composer,
@NotNull net.kyori.adventure.text.Component message)
Deprecated.
for removal with 1.17, use
ChatEvent(Player, Set, ChatRenderer, Component) |
Copyright © 2021. All rights reserved.