Uses of Interface
com.burchard36.api.data.json.JsonDataFile
Packages that use JsonDataFile
Package
Description
Main package for the plugin, holds the 3 main classes, as well as all the other packages
The JSON data library (Currently undergoing a refactor)
-
Uses of JsonDataFile in com.burchard36.api
Methods in com.burchard36.api that return types with arguments of type JsonDataFileModifier and TypeMethodDescriptionPluginJsonWriter.getDataFromFile(File file, Class<? extends JsonDataFile> clazz)
Gets a data from a fileMethods in com.burchard36.api with parameters of type JsonDataFileModifier and TypeMethodDescriptionPluginJsonWriter.createFile(JsonDataFile dataFile)
Asynchronously/Synchronously creates aJsonDataFile
This will ONLY create a new file if one doesn't exist,PluginJsonWriter.deleteDataFile(JsonDataFile dataFile)
PluginJsonWriter.writeDataToFile(JsonDataFile config)
Writes data to a file asynchronouslyMethod parameters in com.burchard36.api with type arguments of type JsonDataFileModifier and TypeMethodDescriptionPluginJsonWriter.getDataFromFile(File file, Class<? extends JsonDataFile> clazz)
Gets a data from a file -
Uses of JsonDataFile in com.burchard36.api.data
Methods in com.burchard36.api.data that return types with arguments of type JsonDataFileModifier and TypeMethodDescriptionList<Class<? extends JsonDataFile>>
FileDataStore.dataFiles()
List of classes you want a DataStore to automatically load on startup -
Uses of JsonDataFile in com.burchard36.api.data.json
Classes in com.burchard36.api.data.json that implement JsonDataFileModifier and TypeClassDescriptionclass
End users should extend this class to allow more data to be savedclass
Fields in com.burchard36.api.data.json with type parameters of type JsonDataFileMethods in com.burchard36.api.data.json that return types with arguments of type JsonDataFileModifier and TypeMethodDescriptionList<Class<? extends JsonDataFile>>
JsonDataStore.dataFiles()
List<Class<? extends JsonDataFile>>
PlayerJsonDataStore.dataFiles()