Uses of Class
net.md_5.bungee.api.plugin.Plugin
-
Packages that use Plugin Package Description io.github.waterfallmc.waterfall.exception net.md_5.bungee.api.event net.md_5.bungee.api.plugin net.md_5.bungee.api.scheduler -
-
Uses of Plugin in io.github.waterfallmc.waterfall.exception
Methods in io.github.waterfallmc.waterfall.exception that return Plugin Modifier and Type Method Description PluginProxyPluginException. getResponsiblePlugin()Gets the plugin which is directly responsible for the exception being thrownConstructors in io.github.waterfallmc.waterfall.exception with parameters of type Plugin Constructor Description ProxyPluginEnableDisableException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Plugin responsiblePlugin)ProxyPluginEnableDisableException(String message, Throwable cause, Plugin responsiblePlugin)ProxyPluginEnableDisableException(Throwable cause, Plugin responsiblePlugin)ProxyPluginException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Plugin responsiblePlugin)ProxyPluginException(String message, Throwable cause, Plugin responsiblePlugin)ProxyPluginException(Throwable cause, Plugin responsiblePlugin)ProxyPluginMessageException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Plugin responsiblePlugin, ProxiedPlayer player, String channel, byte[] data)ProxyPluginMessageException(String message, Throwable cause, Plugin responsiblePlugin, ProxiedPlayer player, String channel, byte[] data)ProxyPluginMessageException(Throwable cause, Plugin responsiblePlugin, ProxiedPlayer player, String channel, byte[] data) -
Uses of Plugin in net.md_5.bungee.api.event
Methods in net.md_5.bungee.api.event with parameters of type Plugin Modifier and Type Method Description voidAsyncEvent. completeIntent(Plugin plugin)Notifies this event that this plugin has completed an intent and wishes to let the event proceed once all intents have been completed.voidAsyncEvent. registerIntent(Plugin plugin)Register an intent that this plugin will continue to perform work on a background task, and wishes to let the event proceed once the registered background task has completed. -
Uses of Plugin in net.md_5.bungee.api.plugin
Methods in net.md_5.bungee.api.plugin that return Plugin Modifier and Type Method Description PluginPluginManager. getPlugin(String name)Returns a loaded plugin identified by the specified name.Methods in net.md_5.bungee.api.plugin that return types with arguments of type Plugin Modifier and Type Method Description Collection<Plugin>PluginManager. getPlugins()Returns thePluginobjects corresponding to all loaded plugins.Methods in net.md_5.bungee.api.plugin with parameters of type Plugin Modifier and Type Method Description voidPluginManager. registerCommand(Plugin plugin, Command command)Register a command so that it may be executed.voidPluginManager. registerListener(Plugin plugin, Listener listener)Register aListenerfor receiving called events.voidPluginManager. unregisterCommands(Plugin plugin)Unregister all commands owned by aPluginvoidPluginManager. unregisterListeners(Plugin plugin)Unregister all of a Plugin's listener.Constructors in net.md_5.bungee.api.plugin with parameters of type Plugin Constructor Description PluginLogger(Plugin plugin) -
Uses of Plugin in net.md_5.bungee.api.scheduler
Methods in net.md_5.bungee.api.scheduler that return Plugin Modifier and Type Method Description PluginScheduledTask. getOwner()Return the plugin which scheduled this task for execution.Methods in net.md_5.bungee.api.scheduler with parameters of type Plugin Modifier and Type Method Description intTaskScheduler. cancel(Plugin plugin)Cancel all tasks owned by this plugin, this preventing them from being executed hereon in.ExecutorServiceTaskScheduler.Unsafe. getExecutorService(Plugin plugin)An executor service which underlies this scheduler.ScheduledTaskTaskScheduler. runAsync(Plugin owner, Runnable task)Schedule a task to be executed asynchronously.ScheduledTaskTaskScheduler. schedule(Plugin owner, Runnable task, long delay, long period, TimeUnit unit)Schedules a task to be executed asynchronously after the specified delay is up.ScheduledTaskTaskScheduler. schedule(Plugin owner, Runnable task, long delay, TimeUnit unit)Schedules a task to be executed asynchronously after the specified delay is up.Constructors in net.md_5.bungee.api.scheduler with parameters of type Plugin Constructor Description GroupedThreadFactory(Plugin plugin, String name)Deprecated.
-