[Bleeding] Added automatically generated plugin-level sub-indexes to the master help index. Addresses BUKKIT-1180

By: rmichela <deltahat@gmail.com>
This commit is contained in:
Bukkit/Spigot
2012-03-15 02:27:35 -04:00
parent 04e48703d6
commit 41c45c2342
3 changed files with 27 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
package org.bukkit.help;
import java.util.Collection;
import java.util.List;
/**
@@ -20,6 +21,13 @@ public interface HelpMap {
*/
public HelpTopic getHelpTopic(String topicName);
/**
* Returns a collection of all the registered help topics.
*
* @return All the registered help topics.
*/
public Collection<HelpTopic> getHelpTopics();
/**
* Adds a topic to the server's help index.
*