ChatRenderer
@Deprecated @FunctionalInterface public interface ChatFormatter
Player
s to the server.Modifier and Type | Field and Description |
---|---|
static ChatFormatter |
DEFAULT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
@NotNull net.kyori.adventure.text.Component |
chat(@NotNull net.kyori.adventure.text.Component displayName,
@NotNull net.kyori.adventure.text.Component message)
Deprecated.
for removal with 1.17
|
@Deprecated static final ChatFormatter DEFAULT
@Deprecated @NotNull @NotNull net.kyori.adventure.text.Component chat(@NotNull @NotNull net.kyori.adventure.text.Component displayName, @NotNull @NotNull net.kyori.adventure.text.Component message)
displayName
- the display name of the Player
sending the messagemessage
- the chat messageCopyright © 2021. All rights reserved.