Class HelpTopic

java.lang.Object
org.bukkit.help.HelpTopic
Direct Known Subclasses:
GenericCommandHelpTopic, IndexHelpTopic

public abstract class HelpTopic extends Object
HelpTopic implementations are displayed to the user when the user uses the /help command.

Custom implementations of this class can work at two levels. A simple implementation only needs to set the value of name, shortText, and fullText in the constructor. This base class will take care of the rest.

Complex implementations can be created by overriding the behavior of all the methods in this class.