Package co.aikar.commands
Class HelpEntry
- java.lang.Object
-
- co.aikar.commands.HelpEntry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommand()StringgetCommandPrefix()StringgetDescription()CommandParameter[]getParameters()StringgetParameterSyntax()StringgetParameterSyntax(CommandIssuer issuer)intgetSearchScore()StringgetSearchTags()voidsetSearchScore(int searchScore)booleanshouldShow()
-
-
-
Method Detail
-
getCommand
public String getCommand()
-
getCommandPrefix
public String getCommandPrefix()
-
getParameterSyntax
public String getParameterSyntax()
-
getParameterSyntax
public String getParameterSyntax(CommandIssuer issuer)
-
getDescription
public String getDescription()
-
setSearchScore
public void setSearchScore(int searchScore)
-
shouldShow
public boolean shouldShow()
-
getSearchScore
public int getSearchScore()
-
getSearchTags
public String getSearchTags()
-
getParameters
public CommandParameter[] getParameters()
-
-