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
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
format
(@NonNull ChatFormatter.ChatContext context) Format a message using all registered formatters
-
Field Details
-
formatters
-
-
Method Details