Interface DataStore

All Known Subinterfaces:
FileDataStore
All Known Implementing Classes:
JsonDataStore, PlayerJsonDataStore

public interface DataStore
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    When the data store first gets initialized
    void
    When a reload call is called on the data store
  • 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()