Package org.incendo.cloud.bukkit
Interface PluginHolder
- All Known Implementing Classes:
BukkitCommandManager
public interface PluginHolder
Interface implemented by managers that have an associated Bukkit plugin.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the plugin that owns the manager.
-
Method Details
-
owningPlugin
Plugin owningPlugin()Returns the plugin that owns the manager.- Returns:
- owning plugin
-