Class FoliaPlatformTask

java.lang.Object
com.ticxo.modelengine.api.utils.scheduling.FoliaPlatformTask
All Implemented Interfaces:
PlatformTask

public class FoliaPlatformTask extends Object implements PlatformTask
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected io.papermc.paper.threadedregions.scheduler.ScheduledTask
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    FoliaPlatformTask(io.papermc.paper.threadedregions.scheduler.ScheduledTask task)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • task

      protected io.papermc.paper.threadedregions.scheduler.ScheduledTask task
  • Constructor Details

    • FoliaPlatformTask

      public FoliaPlatformTask(io.papermc.paper.threadedregions.scheduler.ScheduledTask task)
  • Method Details