Class PaperConsoleSource
java.lang.Object
one.tranic.t.base.command.source.SystemCommandSource<org.bukkit.command.CommandSender,org.bukkit.entity.Player>
one.tranic.t.bukkit.command.source.BukkitConsoleSource
one.tranic.t.paper.command.source.PaperConsoleSource
- All Implemented Interfaces:
one.tranic.t.base.command.source.CommandSource<org.bukkit.command.CommandSender,org.bukkit.entity.Player>
public class PaperConsoleSource
extends one.tranic.t.bukkit.command.source.BukkitConsoleSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbroadcastMessage(@NotNull net.kyori.adventure.text.Component message) voidsendMessage(@NotNull net.kyori.adventure.text.Component message) Methods inherited from class one.tranic.t.bukkit.command.source.BukkitConsoleSource
broadcastMessage, getSource, sendMessageMethods inherited from class one.tranic.t.base.command.source.SystemCommandSource
argSize, asPlayer, clearBossBars, clearTitle, getArgs, getLocale, hasPermission, hideBossBar, isBedrockPlayer, isPlayer, showBossBar, showTitleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.tranic.t.base.command.source.CommandSource
getOperator
-
Constructor Details
-
PaperConsoleSource
public PaperConsoleSource()
-
-
Method Details
-
broadcastMessage
public void broadcastMessage(@NotNull @NotNull net.kyori.adventure.text.Component message) - Overrides:
broadcastMessagein classone.tranic.t.bukkit.command.source.BukkitConsoleSource
-
sendMessage
public void sendMessage(@NotNull @NotNull net.kyori.adventure.text.Component message) - Specified by:
sendMessagein interfaceone.tranic.t.base.command.source.CommandSource<org.bukkit.command.CommandSender,org.bukkit.entity.Player> - Overrides:
sendMessagein classone.tranic.t.bukkit.command.source.BukkitConsoleSource
-