public class VelocityCommandSender extends Object implements CommandSender
| Constructor and Description |
|---|
VelocityCommandSender(com.velocitypowered.api.command.CommandSource handle) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocale() |
String |
getName() |
boolean |
isConsole() |
void |
sendMessage(String message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsendMessagepublic VelocityCommandSender(com.velocitypowered.api.command.CommandSource handle)
public String getName()
getName in interface CommandSenderpublic void sendMessage(String message)
sendMessage in interface CommandSenderpublic boolean isConsole()
isConsole in interface CommandSenderpublic String getLocale()
getLocale in interface CommandSenderCopyright © 2021 GeyserMC. All rights reserved.