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