Interface RegionScheduler
- All Superinterfaces:
Scheduler
A
Scheduler that schedules tasks for a region-
Nested Class Summary
Nested Classes -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic RegionSchedulerget(org.bukkit.plugin.Plugin plugin, org.bukkit.Chunk chunk) static RegionSchedulerget(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
-