Interface YAMLConfig

All Superinterfaces:
YAMLSection
All Known Subinterfaces:
AdditionsPlayerManager

public interface YAMLConfig extends YAMLSection
  • Method Details

    • getId

      String getId()
      Get the identifier of this YAML file.
      Returns:
      Identifier of this YAML file.
    • getName

      String getName()
      Get the name of this YAML file.
      Returns:
      Name of this YAML file.
    • loadData

      void loadData()
      Load all data in this config.