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.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
format
(@NonNull ChatFormatter.ChatContext context) Format a message using all registered formatters
-
Field Details
-
formatters
-
-
Method Details
-
format
Format a message using all registered formatters- Parameters:
context
- Message to format
-