Annotation Interface PlayerDataFile


@Retention(RUNTIME) @Target(TYPE) public @interface PlayerDataFile
For testing, not fully implemented yet
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The filetype to save this PlayerDataFile as
    boolean
    Should data of this file be saved asynchronously, or in sync this value is defaulted to true
  • Element Details

    • fileType

      FileType fileType
      The filetype to save this PlayerDataFile as
      Returns:
      An enum value from FileType
      Default:
      JSON
    • runAsync

      boolean runAsync
      Should data of this file be saved asynchronously, or in sync this value is defaulted to true
      Returns:
      A Boolean, true if you want to run async saving (default true), false if not
      Default:
      true