Class VelocityCommandSender
java.lang.Object
org.geysermc.platform.velocity.command.VelocityCommandSender
- All Implemented Interfaces:
CommandSender
-
Constructor Summary
ConstructorsConstructorDescriptionVelocityCommandSender(com.velocitypowered.api.command.CommandSource handle) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geysermc.connector.command.CommandSender
sendMessage
-
Constructor Details
-
VelocityCommandSender
public VelocityCommandSender(com.velocitypowered.api.command.CommandSource handle)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceCommandSender
-
sendMessage
- Specified by:
sendMessagein interfaceCommandSender
-
isConsole
public boolean isConsole()- Specified by:
isConsolein interfaceCommandSender
-
getLocale
- Specified by:
getLocalein interfaceCommandSender
-