程序包 org.bukkit.help
类 GenericCommandHelpTopic
java.lang.Object
org.bukkit.help.HelpTopic
org.bukkit.help.GenericCommandHelpTopic
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.
-
字段概要
从类继承的字段 org.bukkit.help.HelpTopic
amendedPermission, fullText, name, shortText
-
构造器概要
-
方法概要
修饰符和类型方法说明boolean
canSee
(@NotNull CommandSender sender) Determines if aPlayer
is allowed to see this help topic.从类继承的方法 org.bukkit.help.HelpTopic
amendCanSee, amendTopic, applyAmendment, getFullText, getName, getShortText
-
字段详细资料
-
command
-
-
构造器详细资料
-
GenericCommandHelpTopic
-
-
方法详细资料
-
canSee
从类复制的说明:HelpTopic
Determines if aPlayer
is allowed to see this help topic.HelpTopic implementations should take server administrator wishes into account as set by the
HelpTopic.amendCanSee(String)
function.
-