Package com.soulfiremc.server.spark
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 -
Method Summary
Modifier and TypeMethodDescriptiongetName()
@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
-
-
Method Details
-
getName
-
getUniqueId
-
sendMessage
public void sendMessage(net.kyori.adventure.text.Component message) -
hasPermission
-