public class GenericCommandHelpTopic extends HelpTopic
Constructor and Description |
---|
GenericCommandHelpTopic(Command command) |
Modifier and Type | Method and Description |
---|---|
boolean |
canSee(CommandSender sender)
Determines if a
Player is allowed to see this help topic. |
amendCanSee, amendTopic, getFullText, getName, getShortText
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 © 2022. All rights reserved.