Class YAMLConfig

java.lang.Object
net.ME1312.Galaxi.Library.Config.YAMLConfig

public class YAMLConfig extends Object
YAML Config Class
  • Constructor Details

    • YAMLConfig

      public YAMLConfig(File file) throws IOException, org.yaml.snakeyaml.error.YAMLException
      Creates/Loads a YAML Formatted Config
      Parameters:
      file -
      Throws:
      IOException
      org.yaml.snakeyaml.error.YAMLException
  • Method Details