VOID_RESPONSE
Constructor and Description |
---|
EnableCommand() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Boolean |
readResponseInternal(CommandReader reader)
Reads and returns the response from the reader.
|
void |
writeBody(CommandSender sender)
Writes the body of the command.
|
getResponse, isResponseReceived, readResponse
public Boolean readResponseInternal(CommandReader reader) throws IOException
Command
readResponseInternal
in class Command<Boolean>
reader
- the reader used to read the response.IOException
- if an I/O error occurs.public void writeBody(CommandSender sender) throws IOException
Command
writeBody
in class Command<Boolean>
sender
- the sender used to send the command.IOException
- if an I/O error occurs.