Command.Output| Constructor and Description |
|---|
LoggerCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Command.Output output,
String... params)
Executes the given command with the given parameters.
|
String |
getDescription()
Returns a short description of the command.
|
String |
getName()
Returns the name of the part.
|
public void execute(Command.Output output, String... params)
Command@Nonnull public String getName()
NamedThe return value is used as part name when the Register annotation is processed.
public String getDescription()
CommandgetDescription in interface CommandCopyright © 2018. All rights reserved.