Interface PluginHolder

All Known Implementing Classes:
BukkitCommandManager

public interface PluginHolder
Interface implemented by managers that have an associated Bukkit plugin.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the plugin that owns the manager.
  • Method Details

    • owningPlugin

      Plugin owningPlugin()
      Returns the plugin that owns the manager.
      Returns:
      owning plugin