Interface RegionScheduler
- All Superinterfaces:
Scheduler
A
Scheduler
that schedules tasks for a region-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RegionScheduler
get
(org.bukkit.plugin.Plugin plugin, org.bukkit.Chunk chunk) static RegionScheduler
get
(org.bukkit.plugin.Plugin plugin, org.bukkit.World world, int chunkX, int chunkZ)
-
Method Details
-
get
static RegionScheduler get(org.bukkit.plugin.Plugin plugin, org.bukkit.World world, int chunkX, int chunkZ) - Parameters:
plugin
- the pluginworld
- the worldchunkX
- the X coordinate of the chunkchunkZ
- the Z coordinate of the chunk- Returns:
- the scheduler
-
get
- Parameters:
plugin
- the pluginchunk
- the chunk- Returns:
- the scheduler
-