Class VelocityConsole
java.lang.Object
com.gamersafer.minecraft.auth.velocity.abstraction.VelocitySender
com.gamersafer.minecraft.auth.velocity.abstraction.VelocityConsole
- All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.abstraction.IConsole
,com.gamersafer.minecraft.auth.common.abstraction.ISender
public class VelocityConsole
extends VelocitySender
implements com.gamersafer.minecraft.auth.common.abstraction.IConsole
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendMessage
(String message) void
sendMessage
(net.kyori.adventure.text.Component message) Methods inherited from class com.gamersafer.minecraft.auth.velocity.abstraction.VelocitySender
getCommandSource
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.gamersafer.minecraft.auth.common.abstraction.IConsole
hasPermission
-
Constructor Details
-
VelocityConsole
public VelocityConsole(com.velocitypowered.api.proxy.ConsoleCommandSource console)
-
-
Method Details
-
sendMessage
- Specified by:
sendMessage
in interfacecom.gamersafer.minecraft.auth.common.abstraction.ISender
-
sendMessage
public void sendMessage(net.kyori.adventure.text.Component message) - Specified by:
sendMessage
in interfacecom.gamersafer.minecraft.auth.common.abstraction.ISender
-