public class GenericCommandHelpTopic extends HelpTopic
| Modifier and Type | Field | Description | 
|---|---|---|
| protected Command | command | 
amendedPermission, fullText, name, shortText| Constructor | Description | 
|---|---|
| GenericCommandHelpTopic(@NotNull Command command) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | canSee(@NotNull CommandSender sender) | Determines if a  Playeris allowed to see this help topic. | 
amendCanSee, amendTopic, applyAmendment, getFullText, getName, getShortTextprotected Command command
public GenericCommandHelpTopic(@NotNull
                               @NotNull Command command)
public boolean canSee(@NotNull
                      @NotNull CommandSender sender)
HelpTopicPlayer 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 © 2020. All rights reserved.