Class PlaceholderFormatter

java.lang.Object
com.plotsquared.bukkit.placeholder.PlaceholderFormatter
All Implemented Interfaces:
com.plotsquared.core.configuration.caption.ChatFormatter

public class PlaceholderFormatter extends Object implements com.plotsquared.core.configuration.caption.ChatFormatter
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.plotsquared.core.configuration.caption.ChatFormatter

    com.plotsquared.core.configuration.caption.ChatFormatter.ChatContext
  • Field Summary

    Fields inherited from interface com.plotsquared.core.configuration.caption.ChatFormatter

    formatters
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    format(@NonNull com.plotsquared.core.configuration.caption.ChatFormatter.ChatContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlaceholderFormatter

      public PlaceholderFormatter()
  • Method Details

    • format

      public void format(@NonNull com.plotsquared.core.configuration.caption.ChatFormatter.ChatContext context)
      Specified by:
      format in interface com.plotsquared.core.configuration.caption.ChatFormatter