Interface GenericConfig

All Known Implementing Classes:
MythicConfigImpl, MythicLineConfigImpl

public interface GenericConfig
  • Method Details

    • getBoolean

      boolean getBoolean(String key)
    • getBoolean

      boolean getBoolean(String key, boolean def)
    • getString

      String getString(String key)
    • getString

      String getString(String key, String def)
    • getInteger

      int getInteger(String key)
    • getInteger

      int getInteger(String key, int def)