mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-05 22:06:55 +00:00
Add Folia support minus world generation
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user