Class SFSparkCommandSender

java.lang.Object
me.lucko.spark.common.command.sender.AbstractCommandSender<SoulFireUser>
com.soulfiremc.server.spark.SFSparkCommandSender
All Implemented Interfaces:
me.lucko.spark.common.command.sender.CommandSender

public final class SFSparkCommandSender extends me.lucko.spark.common.command.sender.AbstractCommandSender<SoulFireUser>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface me.lucko.spark.common.command.sender.CommandSender

    me.lucko.spark.common.command.sender.CommandSender.Data
  • Field Summary

    Fields inherited from class me.lucko.spark.common.command.sender.AbstractCommandSender

    delegate
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    @Nullable UUID
     
    boolean
    hasPermission(String permission)
     
    void
    sendMessage(net.kyori.adventure.text.Component message)
     

    Methods inherited from class me.lucko.spark.common.command.sender.AbstractCommandSender

    equals, getObjectForComparison, hashCode

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface me.lucko.spark.common.command.sender.CommandSender

    isPlayer, toData
  • Constructor Details

    • SFSparkCommandSender

      public SFSparkCommandSender(SoulFireUser delegate)
  • Method Details

    • getName

      public String getName()
    • getUniqueId

      public @Nullable UUID getUniqueId()
    • sendMessage

      public void sendMessage(net.kyori.adventure.text.Component message)
    • hasPermission

      public boolean hasPermission(String permission)