Class FoliaPlatformScheduler
java.lang.Object
com.ticxo.modelengine.api.utils.scheduling.FoliaPlatformScheduler
- All Implemented Interfaces:
PlatformScheduler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscheduleRepeating
(org.bukkit.plugin.Plugin plugin, Runnable task, long delay, long period) scheduleRepeating
(org.bukkit.plugin.Plugin plugin, org.bukkit.entity.Entity entity, Runnable task, long delay, long period) scheduleRepeating
(org.bukkit.plugin.Plugin plugin, org.bukkit.Location location, Runnable task, long delay, long period) scheduleRepeatingAsync
(org.bukkit.plugin.Plugin plugin, Runnable task, long delay, long period)
-
Constructor Details
-
FoliaPlatformScheduler
public FoliaPlatformScheduler()
-
-
Method Details
-
scheduleRepeating
public PlatformTask scheduleRepeating(org.bukkit.plugin.Plugin plugin, Runnable task, long delay, long period) - Specified by:
scheduleRepeating
in interfacePlatformScheduler
-
scheduleRepeating
public PlatformTask scheduleRepeating(org.bukkit.plugin.Plugin plugin, org.bukkit.entity.Entity entity, Runnable task, long delay, long period) - Specified by:
scheduleRepeating
in interfacePlatformScheduler
-
scheduleRepeating
public PlatformTask scheduleRepeating(org.bukkit.plugin.Plugin plugin, org.bukkit.Location location, Runnable task, long delay, long period) - Specified by:
scheduleRepeating
in interfacePlatformScheduler
-
scheduleRepeatingAsync
public PlatformTask scheduleRepeatingAsync(org.bukkit.plugin.Plugin plugin, Runnable task, long delay, long period) - Specified by:
scheduleRepeatingAsync
in interfacePlatformScheduler
-