mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-06 17:36:43 +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