Class BukkitConsoleSource

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
All Implemented Interfaces:
one.tranic.t.base.command.source.CommandSource<org.bukkit.command.CommandSender,org.bukkit.entity.Player>

public class BukkitConsoleSource extends one.tranic.t.base.command.source.SystemCommandSource<org.bukkit.command.CommandSender,org.bukkit.entity.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)
     
    org.bukkit.command.CommandSender
     
    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, isBedrockPlayer, 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

    • BukkitConsoleSource

      public BukkitConsoleSource()
  • 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<org.bukkit.command.CommandSender,org.bukkit.entity.Player>
    • broadcastMessage

      public void broadcastMessage(@NotNull @NotNull String message)
      Specified by:
      broadcastMessage in class one.tranic.t.base.command.source.SystemCommandSource<org.bukkit.command.CommandSender,org.bukkit.entity.Player>
    • getSource

      public org.bukkit.command.CommandSender getSource()
    • sendMessage

      public void sendMessage(String message)
    • sendMessage

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