Class BukkitCommandSender

java.lang.Object
com.sk89q.worldedit.extension.platform.AbstractNonPlayerActor
com.sk89q.worldedit.bukkit.BukkitCommandSender
All Implemented Interfaces:
com.sk89q.worldedit.extension.platform.Actor, com.sk89q.worldedit.session.SessionOwner, com.sk89q.worldedit.util.auth.Subject, com.sk89q.worldedit.util.Identifiable

public class BukkitCommandSender extends com.sk89q.worldedit.extension.platform.AbstractNonPlayerActor
  • Constructor Details

    • BukkitCommandSender

      public BukkitCommandSender(WorldEditPlugin plugin, org.bukkit.command.CommandSender sender)
  • Method Details

    • getUniqueId

      public UUID getUniqueId()
    • getName

      public String getName()
    • printRaw

      @Deprecated public void printRaw(String msg)
      Deprecated.
    • print

      @Deprecated public void print(String msg)
      Deprecated.
    • printDebug

      @Deprecated public void printDebug(String msg)
      Deprecated.
    • printError

      @Deprecated public void printError(String msg)
      Deprecated.
    • print

      public void print(com.sk89q.worldedit.util.formatting.text.Component component)
    • getGroups

      public String[] getGroups()
    • hasPermission

      public boolean hasPermission(String perm)
    • checkPermission

      public void checkPermission(String permission)
    • getLocale

      public Locale getLocale()
    • getSender

      public org.bukkit.command.CommandSender getSender()
    • getSessionKey

      public com.sk89q.worldedit.session.SessionKey getSessionKey()