Interface RegionScheduler

All Superinterfaces:
Scheduler

public interface RegionScheduler extends Scheduler
A Scheduler that schedules tasks for a region
  • Method Details

    • get

      static RegionScheduler get(org.bukkit.plugin.Plugin plugin, org.bukkit.World world, int chunkX, int chunkZ)
      Get the RegionScheduler for the given Plugin, World, and chunk coordinates
      Parameters:
      plugin - the plugin
      world - the world
      chunkX - the X coordinate of the chunk
      chunkZ - the Z coordinate of the chunk
      Returns:
      the scheduler
    • get

      static RegionScheduler get(org.bukkit.plugin.Plugin plugin, org.bukkit.Chunk chunk)
      Get the RegionScheduler for the given Plugin and Chunk
      Parameters:
      plugin - the plugin
      chunk - the chunk
      Returns:
      the scheduler