Class PaperConsole
java.lang.Object
com.gamersafer.minecraft.auth.paper.abstraction.PaperSender
com.gamersafer.minecraft.auth.paper.abstraction.PaperConsole
- All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.abstraction.IConsole
,com.gamersafer.minecraft.auth.common.abstraction.ISender
public class PaperConsole
extends PaperSender
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.paper.abstraction.PaperSender
getCommandSender
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
-
PaperConsole
public PaperConsole(org.bukkit.command.ConsoleCommandSender 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
-