Package com.burchard36.api.data
Interface DataStore
- All Known Subinterfaces:
FileDataStore
- All Known Implementing Classes:
JsonDataStore
,PlayerJsonDataStore
public interface DataStore
-
Method Summary
-
Method Details
-
onEnable
void onEnable()When the data store first gets initialized -
onReload
void onReload()When a reload call is called on the data store -
onDisable
void onDisable()
-