程序包 org.bukkit.help

类 GenericCommandHelpTopic

java.lang.Object
org.bukkit.help.HelpTopic
org.bukkit.help.GenericCommandHelpTopic

public class GenericCommandHelpTopic extends HelpTopic
Lacking an alternative, the help system will create instances of GenericCommandHelpTopic for each command in the server's CommandMap. You can use this class as a base class for custom help topics, or as an example for how to write your own.
  • 字段详细资料

    • command

      protected Command command
  • 构造器详细资料

  • 方法详细资料

    • canSee

      public boolean canSee(@NotNull @NotNull CommandSender sender)
      从类复制的说明: HelpTopic
      Determines if a Player is allowed to see this help topic.

      HelpTopic implementations should take server administrator wishes into account as set by the HelpTopic.amendCanSee(String) function.

      指定者:
      canSee 在类中 HelpTopic
      参数:
      sender - The Player in question.
      返回:
      True of the Player can see this help topic, false otherwise.