java.lang.Object
com.vexsoftware.votifier.bungee.platform.scheduler.BungeeScheduler
All Implemented Interfaces:
com.vexsoftware.votifier.platform.scheduler.VotifierScheduler

public final class BungeeScheduler extends Object implements com.vexsoftware.votifier.platform.scheduler.VotifierScheduler
  • Constructor Details

  • Method Details

    • delayedOnPool

      public com.vexsoftware.votifier.platform.scheduler.VotifierTask delayedOnPool(Runnable runnable, int delay, TimeUnit unit)
      Specified by:
      delayedOnPool in interface com.vexsoftware.votifier.platform.scheduler.VotifierScheduler
    • repeatOnPool

      public com.vexsoftware.votifier.platform.scheduler.VotifierTask repeatOnPool(Runnable runnable, int delay, int repeat, TimeUnit unit)
      Specified by:
      repeatOnPool in interface com.vexsoftware.votifier.platform.scheduler.VotifierScheduler