Class AutoSavingService

java.lang.Object
io.github.thebusybiscuit.slimefun4.core.services.AutoSavingService

public class AutoSavingService extends Object
This Service is responsible for automatically saving Player and Block data.
Author:
TheBusyBiscuit
  • Constructor Details

    • AutoSavingService

      public AutoSavingService()
  • Method Details

    • start

      public void start(@Nonnull Slimefun plugin, int interval)
      This method starts the AutoSavingService with the given interval.
      Parameters:
      plugin - The current instance of Slimefun
      interval - The interval in which to run this task