Interface JsonDataFile

All Known Implementing Classes:
JsonPlayerDataFile, TestPlayerData

public interface JsonDataFile
Class to extend classes you want to be specified as Json data classes
  • Method Summary

    Modifier and Type
    Method
    Description
    The File to save this json data to
  • Method Details

    • getFile

      File getFile()
      The File to save this json data to
      Returns:
      The File to save this data class to