Uses of Class
com.loohp.limbo.plugins.LimboPlugin
Packages that use LimboPlugin
-
Uses of LimboPlugin in com.loohp.limbo.events
Fields in com.loohp.limbo.events declared as LimboPluginMethods in com.loohp.limbo.events that return LimboPluginMethods in com.loohp.limbo.events with parameters of type LimboPluginModifier and TypeMethodDescriptionvoid
EventsManager.registerEvents
(LimboPlugin plugin, Listener listener) void
EventsManager.unregisterAllListeners
(LimboPlugin plugin) Constructors in com.loohp.limbo.events with parameters of type LimboPluginModifierConstructorDescriptionListenerPair
(LimboPlugin plugin, Listener listener) RegisteredCachedListener
(LimboPlugin plugin, Listener listener) -
Uses of LimboPlugin in com.loohp.limbo.plugins
Fields in com.loohp.limbo.plugins declared as LimboPluginMethods in com.loohp.limbo.plugins that return LimboPluginMethods in com.loohp.limbo.plugins that return types with arguments of type LimboPluginMethods in com.loohp.limbo.plugins with parameters of type LimboPluginModifier and TypeMethodDescriptionvoid
PluginManager.registerCommands
(LimboPlugin plugin, CommandExecutor executor) void
PluginManager.unregsiterAllCommands
(LimboPlugin plugin) Constructors in com.loohp.limbo.plugins with parameters of type LimboPlugin -
Uses of LimboPlugin in com.loohp.limbo.scheduler
Methods in com.loohp.limbo.scheduler that return LimboPluginMethods in com.loohp.limbo.scheduler with parameters of type LimboPluginModifier and TypeMethodDescriptionvoid
LimboScheduler.cancelTask
(LimboPlugin plugin) LimboRunnable.runTask
(LimboPlugin plugin) protected int
LimboScheduler.runTask
(int taskId, LimboPlugin plugin, LimboTask task) int
LimboScheduler.runTask
(LimboPlugin plugin, LimboTask task) LimboRunnable.runTaskAsync
(LimboPlugin plugin) protected int
LimboScheduler.runTaskAsync
(int taskId, LimboPlugin plugin, LimboTask task) int
LimboScheduler.runTaskAsync
(LimboPlugin plugin, LimboTask task) LimboRunnable.runTaskLater
(LimboPlugin plugin, long delay) protected int
LimboScheduler.runTaskLater
(int taskId, LimboPlugin plugin, LimboTask task, long delay) int
LimboScheduler.runTaskLater
(LimboPlugin plugin, LimboTask task, long delay) LimboRunnable.runTaskLaterAsync
(LimboPlugin plugin, long delay) protected int
LimboScheduler.runTaskLaterAsync
(int taskId, LimboPlugin plugin, LimboTask task, long delay) int
LimboScheduler.runTaskLaterAsync
(LimboPlugin plugin, LimboTask task, long delay) LimboRunnable.runTaskTimer
(LimboPlugin plugin, long delay, long period) protected int
LimboScheduler.runTaskTimer
(int taskId, LimboPlugin plugin, LimboTask task, long delay, long period) int
LimboScheduler.runTaskTimer
(LimboPlugin plugin, LimboTask task, long delay, long period) LimboRunnable.runTaskTimerAsync
(LimboPlugin plugin, long delay, long period) protected int
LimboScheduler.runTaskTimerAsync
(int taskId, LimboPlugin plugin, LimboTask task, long delay, long period) int
LimboScheduler.runTaskTimerAsync
(LimboPlugin plugin, LimboTask task, long delay, long period)