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

    Modifier and Type
    Method
    Description
    void
    broadcastMessage(@NotNull net.kyori.adventure.text.Component message)
     
    void
    sendMessage(@NotNull net.kyori.adventure.text.Component message)
     

    Methods inherited from class one.tranic.t.bukkit.command.source.BukkitConsoleSource

    broadcastMessage, getSource, sendMessage

    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

    • PaperConsoleSource

      public PaperConsoleSource()
  • Method Details

    • broadcastMessage

      public void broadcastMessage(@NotNull @NotNull net.kyori.adventure.text.Component message)
      Overrides:
      broadcastMessage in class one.tranic.t.bukkit.command.source.BukkitConsoleSource
    • sendMessage

      public void sendMessage(@NotNull @NotNull net.kyori.adventure.text.Component message)
      Specified by:
      sendMessage in interface one.tranic.t.base.command.source.CommandSource<org.bukkit.command.CommandSender,org.bukkit.entity.Player>
      Overrides:
      sendMessage in class one.tranic.t.bukkit.command.source.BukkitConsoleSource