public interface Description
| 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()
String getShortDescription()
String getHelp()
String getUsage()
A usage string may look like
[-w <world>] <var1> <var2>.
Copyright © 2010-2014. All Rights Reserved.