Package com.sk89q.worldedit.bukkit
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 Summary
ConstructorDescriptionBukkitCommandSender
(WorldEditPlugin plugin, org.bukkit.command.CommandSender sender) -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkPermission
(String permission) String[]
getName()
org.bukkit.command.CommandSender
com.sk89q.worldedit.session.SessionKey
boolean
hasPermission
(String perm) void
print
(com.sk89q.worldedit.util.formatting.text.Component component) void
Deprecated.void
printDebug
(String msg) Deprecated.void
printError
(String msg) Deprecated.void
Deprecated.Methods inherited from class com.sk89q.worldedit.extension.platform.AbstractNonPlayerActor
canDestroyBedrock, dispatchCUIEvent, isPlayer, openFileOpenDialog, openFileSaveDialog
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
getDisplayName, printDebug, printError, printInfo, sendAnnouncements
-
Constructor Details
-
BukkitCommandSender
-
-
Method Details
-
getUniqueId
-
getName
-
printRaw
Deprecated. -
print
Deprecated. -
printDebug
Deprecated. -
printError
Deprecated. -
print
public void print(com.sk89q.worldedit.util.formatting.text.Component component) -
getGroups
-
hasPermission
-
checkPermission
-
getLocale
-
getSender
public org.bukkit.command.CommandSender getSender() -
getSessionKey
public com.sk89q.worldedit.session.SessionKey getSessionKey()
-