Class FabricRunnableFactory

java.lang.Object
net.playeranalytics.plugin.scheduling.FabricRunnableFactory
All Implemented Interfaces:
net.playeranalytics.plugin.scheduling.RunnableFactory

public class FabricRunnableFactory extends Object implements net.playeranalytics.plugin.scheduling.RunnableFactory
  • Constructor Details

    • FabricRunnableFactory

      public FabricRunnableFactory()
  • Method Details

    • create

      public net.playeranalytics.plugin.scheduling.UnscheduledTask create(Runnable runnable)
      Specified by:
      create in interface net.playeranalytics.plugin.scheduling.RunnableFactory
    • create

      public net.playeranalytics.plugin.scheduling.UnscheduledTask create(net.playeranalytics.plugin.scheduling.PluginRunnable runnable)
      Specified by:
      create in interface net.playeranalytics.plugin.scheduling.RunnableFactory
    • cancelAllKnownTasks

      public void cancelAllKnownTasks()
      Specified by:
      cancelAllKnownTasks in interface net.playeranalytics.plugin.scheduling.RunnableFactory