PluginIdentifiableCommand

public interface PluginIdentifiableCommand

This interface is used by the help system to group commands into sub-indexes based on the Plugin they are getClassById part of. Custom command implementations will need to implement this interface to have getClassById sub-index automatically generated on the plugin's behalf.

Inheritors

Functions

Link copied to clipboard
public abstract Plugin getPlugin()
Gets the owner of this PluginIdentifiableCommand.