Interface BungeeCommandHandler

All Superinterfaces:
CommandHandler
All Known Implementing Classes:
BungeeHandler

public interface BungeeCommandHandler extends CommandHandler
Represents Bungee's command handler implementation
  • Method Details

    • getPlugin

      @NotNull @NotNull net.md_5.bungee.api.plugin.Plugin getPlugin()
      Returns the plugin this command handler was registered for.
      Returns:
      The owning plugin
    • create

      @NotNull static @NotNull BungeeCommandHandler create(@NotNull @NotNull net.md_5.bungee.api.plugin.Plugin plugin)
      Creates a new CommandHandler for the specified plugin
      Parameters:
      plugin - Plugin to create for
      Returns:
      The newly created command handler