Add Folia support minus world generation

This commit is contained in:
2023-07-21 20:01:59 -05:00
parent 91a1b1cfff
commit 77dc95ae29
12 changed files with 77 additions and 39 deletions

View File

@ -1,8 +1,10 @@
package dev.plex.services;
import io.papermc.paper.threadedregions.scheduler.ScheduledTask;
public interface IService
{
void run();
void run(ScheduledTask scheduledTask);
int repeatInSeconds();
}