Interface ConfigFormatter

All Known Subinterfaces:
ConfigConsole, ConfigFile, ConfigSocket

public interface ConfigFormatter
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Determine whether the formatter is enabled.
  • Method Details

    • isEnabled

      @WithDefault("false") default boolean isEnabled()
      Determine whether the formatter is enabled.
      Returns:
      true if the formatter is enabled, false otherwise