Interface ChatFormatter

All Known Implementing Classes:
PlotSquaredChatFormatter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ChatFormatter
  • Field Details

  • Method Details

    • format

      void format(@NonNull ChatFormatter.ChatContext context)
      Format a message using all registered formatters
      Parameters:
      context - Message to format