Package net.md_5.bungee.api.plugin


package net.md_5.bungee.api.plugin
  • Class
    Description
    Events that implement this indicate that they may be cancelled and thus prevented from happening.
    A 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.
     
    Class to manage bridging between plugin duties and implementation duties, for example event handling and plugin management.