Command.Output
Constructor and Description |
---|
CacheCommand() |
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()
Named
The return value is used as part name when the Register annotation is processed.
public String getDescription()
Command
getDescription
in interface Command
Copyright © 2018. All rights reserved.