Package io.papermc.paper.chat
Interface ChatRenderer.ViewerUnaware
- All Known Subinterfaces:
ChatRenderer.Default
- Enclosing interface:
ChatRenderer
public static interface ChatRenderer.ViewerUnaware
Similar to
ChatRenderer
, but without knowledge of the message viewer.- See Also:
-
Method Summary
-
Method Details
-
render
Renders a chat message.- Parameters:
source
- the message sourcesourceDisplayName
- the display name of the source playermessage
- the chat message- Returns:
- a rendered chat message
-