Class BukkitCommandSender

java.lang.Object
com.sk89q.worldedit.extension.platform.AbstractNonPlayerActor
com.sk89q.worldedit.bukkit.BukkitCommandSender
All Implemented Interfaces:
com.fastasyncworldedit.core.entity.MapMetadatable, com.fastasyncworldedit.core.entity.Metadatable, 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
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.fastasyncworldedit.core.entity.Metadatable

    com.fastasyncworldedit.core.entity.Metadatable.METADATA_KEYS
  • Field Summary

    Fields inherited from interface com.sk89q.worldedit.util.Identifiable

    CONSOLE, EVERYONE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checkPermission(String permission)
     
     
     
     
     
    com.sk89q.worldedit.session.SessionKey
     
     
    boolean
     
    void
    print(com.sk89q.worldedit.util.formatting.text.Component component)
     
    void
    Deprecated.
    void
    Deprecated.
    void
    Deprecated.
    void
    Deprecated.
    void
    setPermission(String permission, boolean value)
     

    Methods inherited from class com.sk89q.worldedit.extension.platform.AbstractNonPlayerActor

    canDestroyBedrock, dispatchCUIEvent, getRawMeta, isPlayer, openFileOpenDialog, openFileSaveDialog, runAction

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.sk89q.worldedit.extension.platform.Actor

    cancel, checkAction, confirm, decline, getDisplayName, getLimit, printDebug, printError, printInfo, queueAction, runAsyncIfFree, runIfFree, sendAnnouncements

    Methods inherited from interface com.fastasyncworldedit.core.entity.MapMetadatable

    deleteMeta, getAndSetMeta, getMeta, getMeta, hasMeta, putIfAbsent, setMeta

    Methods inherited from interface com.sk89q.worldedit.session.SessionOwner

    getSession

    Methods inherited from interface com.sk89q.worldedit.util.auth.Subject

    togglePermission
  • Constructor Details

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

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

      public void checkPermission(String permission) throws com.sk89q.worldedit.util.auth.AuthorizationException
      Throws:
      com.sk89q.worldedit.util.auth.AuthorizationException
    • getLocale

      public Locale getLocale()
    • getSender

      public CommandSender getSender()
    • getSessionKey

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