Class PlotSquaredChatFormatter
java.lang.Object
com.plotsquared.core.configuration.caption.PlotSquaredChatFormatter
- All Implemented Interfaces:
ChatFormatter
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.plotsquared.core.configuration.caption.ChatFormatter
ChatFormatter.ChatContext -
Field Summary
Fields inherited from interface com.plotsquared.core.configuration.caption.ChatFormatter
formatters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidformat(@NonNull ChatFormatter.ChatContext context) Format a message using all registered formatters
-
Constructor Details
-
PlotSquaredChatFormatter
public PlotSquaredChatFormatter()
-
-
Method Details
-
format
Description copied from interface:ChatFormatterFormat a message using all registered formatters- Specified by:
formatin interfaceChatFormatter- Parameters:
context- Message to format
-