Class JsonPlayerDataFile

java.lang.Object
com.burchard36.api.data.json.JsonPlayerDataFile
All Implemented Interfaces:
JsonDataFile
Direct Known Subclasses:
TestPlayerData

public class JsonPlayerDataFile extends Object implements JsonDataFile
End users should extend this class to allow more data to be saved
  • Field Details

    • uuid

      protected transient UUID uuid
  • Constructor Details

    • JsonPlayerDataFile

      public JsonPlayerDataFile()
  • Method Details

    • provideUUID

      protected void provideUUID(UUID uuid)
    • getFile

      public File getFile()
      Description copied from interface: JsonDataFile
      The File to save this json data to
      Specified by:
      getFile in interface JsonDataFile
      Returns:
      The File to save this data class to