Interface ConfigManager


public interface ConfigManager
Config manager
  • Method Details

    • debug

      boolean debug()
      Gets debug level
      Returns:
      level
    • getBossbarLine

      int getBossbarLine()
      Gets used bossbar line
      Returns:
      line
    • getDebugLevel

      @NotNull @NotNull ConfigManager.DebugLevel getDebugLevel()
      Gets whether to enable debug or not
      Returns:
      whether to enable debug or not
    • checkAvailable

      static boolean checkAvailable(@NotNull @NotNull ConfigManager.DebugLevel debugLevel)
      Checks this level is higher than others.
      Parameters:
      debugLevel - target level
      Returns:
      whether this has a higher order than others.