Class BukkitBlockCommandSender

All Implemented Interfaces:
MapMetadatable, Metadatable, Actor, Locatable, SessionOwner, Subject, Identifiable

public class BukkitBlockCommandSender extends AbstractCommandBlockActor
  • Constructor Details

  • Method Details

    • 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)
    • getLocale

      public Locale getLocale()
    • getUniqueId

      public UUID getUniqueId()
    • getGroups

      public String[] getGroups()
    • checkPermission

      public void checkPermission(String permission) throws AuthorizationException
      Throws:
      AuthorizationException
    • hasPermission

      public boolean hasPermission(String permission)
    • togglePermission

      public boolean togglePermission(String permission)
    • setPermission

      public void setPermission(String permission, boolean value)
    • getSender

      public BlockCommandSender getSender()
    • getSessionKey

      public SessionKey getSessionKey()