public interface Description
This class does not define a way to execute the command. See
CommandCallable, which has a getDescription() method,
for an interface that does define how a command is executed.
| Modifier and Type | Method and Description |
|---|---|
String |
getHelp()
Get a longer help text about this command.
|
List<Parameter> |
getParameters()
Get the list of parameters for this command.
|
List<String> |
getPermissions()
Get a list of permissions that the player may have to have permission.
|
String |
getShortDescription()
Get a short one-line description of this command.
|
String |
getUsage()
Get the usage string of this command.
|
List<Parameter> getParameters()
@Nullable String getShortDescription()
@Nullable String getHelp()
String getUsage()
A usage string may look like
[-w <world>] <var1> <var2>.
Copyright © 2015. All Rights Reserved.