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

    Modifier and Type
    Method
    Description
    render(Player source, Component sourceDisplayName, Component message)
    Renders a chat message.
  • Method Details

    • render

      @OverrideOnly Component render(Player source, Component sourceDisplayName, Component message)
      Renders 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