Class SQLiteStorage


public class SQLiteStorage extends SQLStorage
  • Constructor Details

    • SQLiteStorage

      public SQLiteStorage(LifeStealZ plugin)
  • Method Details

    • save

      public void save(PlayerData playerData)
      Description copied from class: Storage
      Saves the player data to the storage system.
      Specified by:
      save in class Storage
      Parameters:
      playerData - The player data to save.