![]() |
Bukkit
1.4.7-R1.0
|
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. | |
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.
| Plugin org.bukkit.command.PluginIdentifiableCommand.getPlugin | ( | ) |
Gets the owner of this PluginIdentifiableCommand.