Class AutoSavingService
java.lang.Object
io.github.thebusybiscuit.slimefun4.core.services.AutoSavingService
- Author:
- TheBusyBiscuit
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method starts theAutoSavingService
with the given interval.
-
Constructor Details
-
AutoSavingService
public AutoSavingService()
-
-
Method Details
-
start
This method starts theAutoSavingService
with the given interval.- Parameters:
plugin
- The current instance of Slimefuninterval
- The interval in which to run this task
-