Interface LocationScheduler

All Superinterfaces:
Scheduler

public interface LocationScheduler extends Scheduler
A Scheduler that schedules tasks for a Location
  • Method Details

    • get

      static LocationScheduler get(org.bukkit.plugin.Plugin plugin, org.bukkit.Location location)
      Get the LocationScheduler for the given Plugin and Location
      Parameters:
      plugin - the plugin
      location - the location
      Returns:
      the scheduler