Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
HelpTopicFactory.java
Go to the documentation of this file.
1 package org.bukkit.help;
2 
3 import org.bukkit.command.Command;
4 
25 public interface HelpTopicFactory<TCommand extends Command> {
33  public HelpTopic createTopic(TCommand command);
34 }