public class GenericCommandHelpTopic extends HelpTopic
修飾子とタイプ | フィールドと説明 |
---|---|
protected Command |
command |
amendedPermission, fullText, name, shortText
コンストラクタと説明 |
---|
GenericCommandHelpTopic(Command command) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
canSee(CommandSender sender)
Determines if a
Player is allowed to see this help topic. |
amendCanSee, amendTopic, applyAmendment, getFullText, getName, getShortText
protected Command command
public GenericCommandHelpTopic(Command command)
public boolean canSee(CommandSender sender)
HelpTopic
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.
Copyright © 2016. All rights reserved.