Uses of Class
net.md_5.bungee.api.plugin.Plugin
Packages that use Plugin
Package
Description
-
Uses of Plugin in com.mrivanplays.ivancord.api.command
Methods in com.mrivanplays.ivancord.api.command that return PluginMethods in com.mrivanplays.ivancord.api.command with parameters of type PluginConstructors in com.mrivanplays.ivancord.api.command with parameters of type PluginModifierConstructorDescriptionBrigadierCommand
(Plugin plugin, @NonNull com.mojang.brigadier.tree.LiteralCommandNode<CommandSender> commandNode) BrigadierCommand
(Plugin plugin, @NonNull com.mojang.brigadier.tree.LiteralCommandNode<CommandSender> commandNode, String[] aliases) BrigadierCommand
(Plugin plugin, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSender> argumentBuilder) BrigadierCommand
(Plugin plugin, com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSender> argumentBuilder, String... aliases) -
Uses of Plugin in com.mrivanplays.ivancord.api.event
Methods in com.mrivanplays.ivancord.api.event that return PluginModifier and TypeMethodDescriptionPluginDisabledEvent.getPlugin()
The plugin which was disabledPluginEnabledEvent.getPlugin()
The plugin which was enabled.Constructors in com.mrivanplays.ivancord.api.event with parameters of type PluginModifierConstructorDescriptionPluginDisabledEvent
(Plugin plugin) PluginEnabledEvent
(Plugin plugin) -
Uses of Plugin in com.mrivanplays.ivancord.api.plugin
Methods in com.mrivanplays.ivancord.api.plugin that return PluginModifier and TypeMethodDescriptionRegisteredServiceProvider.getPlugin()
The plugin, who registered this providerMethods in com.mrivanplays.ivancord.api.plugin with parameters of type PluginModifier and TypeMethodDescriptionServicesManager.getRegistrations
(Plugin plugin) Returns a sorted by priority collection of all registered services by the specified plugin.default <T> void
Registers a service<T> void
Registers a service and sorts it by the specified priority.<T> void
ServicesManager.unregister
(Plugin plugin, Class<T> service) Unregisters a serviceint
ServicesManager.unregisterAll
(Plugin plugin) Unregisters all services, registered by the specified pluginConstructors in com.mrivanplays.ivancord.api.plugin with parameters of type PluginModifierConstructorDescriptionRegisteredServiceProvider
(Plugin plugin, Class<T> service, T provider, int priority) -
Uses of Plugin in io.github.waterfallmc.waterfall.exception
Methods in io.github.waterfallmc.waterfall.exception that return PluginModifier and TypeMethodDescriptionProxyPluginException.getResponsiblePlugin()
Gets the plugin which is directly responsible for the exception being thrownConstructors in io.github.waterfallmc.waterfall.exception with parameters of type PluginModifierConstructorDescriptionprotected
ProxyPluginEnableDisableException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Plugin responsiblePlugin) ProxyPluginEnableDisableException
(String message, Throwable cause, Plugin responsiblePlugin) ProxyPluginEnableDisableException
(Throwable cause, Plugin responsiblePlugin) protected
ProxyPluginException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Plugin responsiblePlugin) ProxyPluginException
(String message, Throwable cause, Plugin responsiblePlugin) ProxyPluginException
(Throwable cause, Plugin responsiblePlugin) protected
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 PluginModifier and TypeMethodDescriptionvoid
AsyncEvent.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.void
AsyncEvent.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 PluginModifier and TypeMethodDescriptionReturns a loaded plugin identified by the specified name.Methods in net.md_5.bungee.api.plugin that return types with arguments of type PluginModifier and TypeMethodDescriptionPluginManager.getPlugins()
Returns thePlugin
objects corresponding to all loaded plugins.Methods in net.md_5.bungee.api.plugin with parameters of type PluginModifier and TypeMethodDescriptionvoid
PluginManager.disablePlugin
(Plugin plugin) Disables the specified plugin, if it is enabled.boolean
PluginManager.isPluginEnabled
(Plugin plugin) Returns whenever a plugin is enabledvoid
PluginManager.registerCommand
(Plugin plugin, Command command) Register a command so that it may be executed.void
PluginManager.registerListener
(Plugin plugin, Listener listener) Register aListener
for receiving called events.void
PluginManager.unregisterCommands
(Plugin plugin) Unregister all commands owned by aPlugin
void
PluginManager.unregisterListeners
(Plugin plugin) Unregister all of a Plugin's listener.Constructors in net.md_5.bungee.api.plugin with parameters of type Plugin -
Uses of Plugin in net.md_5.bungee.api.scheduler
Methods in net.md_5.bungee.api.scheduler that return PluginModifier and TypeMethodDescriptionScheduledTask.getOwner()
Return the plugin which scheduled this task for execution.Methods in net.md_5.bungee.api.scheduler with parameters of type PluginModifier and TypeMethodDescriptionint
Cancel all tasks owned by this plugin, this preventing them from being executed hereon in.TaskScheduler.Unsafe.getExecutorService
(Plugin plugin) An executor service which underlies this scheduler.Schedule a task to be executed asynchronously.Schedules a task to be executed asynchronously after the specified delay is up.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