Uses of Package
net.md_5.bungee.api.plugin
Packages that use net.md_5.bungee.api.plugin
Package
Description
-
Classes in net.md_5.bungee.api.plugin used by net.md_5.bungee.apiClassDescriptionClass to manage bridging between plugin duties and implementation duties, for example event handling and plugin management.
-
Classes in net.md_5.bungee.api.plugin used by net.md_5.bungee.api.eventClassDescriptionEvents that implement this indicate that they may be cancelled and thus prevented from happening.Dummy class which all callable events must extend.Represents any Plugin that may be loaded at runtime to enhance existing functionality.
-
Classes in net.md_5.bungee.api.plugin used by net.md_5.bungee.api.pluginClassDescriptionA command that can be executed by a
CommandSender
.Dummy class which all callable events must extend.Dummy interface which all event subscribers and listeners must implement.Represents any Plugin that may be loaded at runtime to enhance existing functionality.POJO representing the plugin.yml file. -
Classes in net.md_5.bungee.api.plugin used by net.md_5.bungee.api.schedulerClassDescriptionRepresents any Plugin that may be loaded at runtime to enhance existing functionality.
-
Classes in net.md_5.bungee.api.plugin used by net.md_5.bungee.command