Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.command.PluginIdentifiableCommand Interface Reference

This interface is used by the help system to group commands into sub-indexes based on the Plugin they are a part of. More...

+ Inheritance diagram for org.bukkit.command.PluginIdentifiableCommand:

Public Member Functions

Plugin getPlugin ()
 Gets the owner of this PluginIdentifiableCommand.
 

Detailed Description

This interface is used by the help system to group commands into sub-indexes based on the Plugin they are a part of.

Custom command implementations will need to implement this interface to have a sub-index automatically generated on the plugin's behalf.

Definition at line 11 of file PluginIdentifiableCommand.java.

Member Function Documentation

Plugin org.bukkit.command.PluginIdentifiableCommand.getPlugin ( )

Gets the owner of this PluginIdentifiableCommand.

Returns
Plugin that owns this PluginIdentifiableCommand.

The documentation for this interface was generated from the following file: