public interface CommandSender
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the sender
|
void |
sendMessage(String message)
Sends a message to the command sender
|
void |
sendMessage(String[] messages)
Sends multiple messages to the command sender
|
String getName()
void sendMessage(String message)
message - the message to be sentvoid sendMessage(String[] messages)
messages - the messages to be sentCopyright © 2019 GeyserMC. All rights reserved.