Class VelocityConsoleSource
java.lang.Object
one.tranic.t.base.command.source.SystemCommandSource<com.velocitypowered.api.command.CommandSource,com.velocitypowered.api.proxy.Player>
one.tranic.t.velocity.command.source.VelocityConsoleSource
- All Implemented Interfaces:
one.tranic.t.base.command.source.CommandSource<com.velocitypowered.api.command.CommandSource,com.velocitypowered.api.proxy.Player>
public class VelocityConsoleSource
extends one.tranic.t.base.command.source.SystemCommandSource<com.velocitypowered.api.command.CommandSource,com.velocitypowered.api.proxy.Player>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbroadcastMessage(@NotNull String message) voidbroadcastMessage(@NotNull net.kyori.adventure.text.Component message) com.velocitypowered.api.command.CommandSourcevoidsendMessage(@NotNull net.kyori.adventure.text.Component message) voidsendMessage(String message) Methods inherited from class one.tranic.t.base.command.source.SystemCommandSource
argSize, asPlayer, clearBossBars, clearTitle, getArgs, getLocale, hasPermission, hideBossBar, 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
-
VelocityConsoleSource
public VelocityConsoleSource()
-
-
Method Details
-
broadcastMessage
public void broadcastMessage(@NotNull @NotNull net.kyori.adventure.text.Component message) - Specified by:
broadcastMessagein classone.tranic.t.base.command.source.SystemCommandSource<com.velocitypowered.api.command.CommandSource,com.velocitypowered.api.proxy.Player>
-
broadcastMessage
- Specified by:
broadcastMessagein classone.tranic.t.base.command.source.SystemCommandSource<com.velocitypowered.api.command.CommandSource,com.velocitypowered.api.proxy.Player>
-
getSource
public com.velocitypowered.api.command.CommandSource getSource() -
sendMessage
-
sendMessage
public void sendMessage(@NotNull @NotNull net.kyori.adventure.text.Component message)
-