Interface GlobalScheduler
- All Superinterfaces:
Scheduler
A
Scheduler
that can run tasks globally-
Method Summary
Modifier and TypeMethodDescriptionstatic GlobalScheduler
get
(org.bukkit.plugin.Plugin plugin) Get theGlobalScheduler
for the given plugin
-
Method Details
-
get
Get theGlobalScheduler
for the given plugin- Parameters:
plugin
- the plugin- Returns:
- the scheduler
-