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- 
renderRenders a chat message.- Parameters:
- source- the message source
- sourceDisplayName- the display name of the source player
- message- the chat message
- Returns:
- a rendered chat message
 
 
-