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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    broadcastMessage(@NotNull String message)
     
    void
    broadcastMessage(@NotNull net.kyori.adventure.text.Component message)
     
    com.velocitypowered.api.command.CommandSource
     
    void
    sendMessage(@NotNull net.kyori.adventure.text.Component message)
     
    void
     

    Methods inherited from class one.tranic.t.base.command.source.SystemCommandSource

    argSize, asPlayer, clearBossBars, clearTitle, getArgs, getLocale, hasPermission, hideBossBar, isPlayer, showBossBar, showTitle

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      broadcastMessage in class one.tranic.t.base.command.source.SystemCommandSource<com.velocitypowered.api.command.CommandSource,com.velocitypowered.api.proxy.Player>
    • broadcastMessage

      public void broadcastMessage(@NotNull @NotNull String message)
      Specified by:
      broadcastMessage in class one.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

      public void sendMessage(String message)
    • sendMessage

      public void sendMessage(@NotNull @NotNull net.kyori.adventure.text.Component message)