Package com.djrapitops.plan.commands.use
Class BukkitCMDSender
java.lang.Object
com.djrapitops.plan.commands.use.BukkitCMDSender
- All Implemented Interfaces:
CMDSender
- Direct Known Subclasses:
BukkitPlayerCMDSender
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getUUID()
protected static boolean
int
hashCode()
boolean
hasPermission(String permission)
void
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.djrapitops.plan.commands.use.CMDSender
hasAllPermissionsFor, hasPermission, isMissingPermissionsFor, isPlayer, send, supportsChatEvents
-
Constructor Details
-
BukkitCMDSender
public BukkitCMDSender(org.bukkit.command.CommandSender sender)
-
-
Method Details
-
hasBungeeChatAPI
protected static boolean hasBungeeChatAPI() -
buildMessage
- Specified by:
buildMessage
in interfaceCMDSender
-
getPlayerName
- Specified by:
getPlayerName
in interfaceCMDSender
-
hasPermission
- Specified by:
hasPermission
in interfaceCMDSender
-
getUUID
-
send
-
getFormatter
- Specified by:
getFormatter
in interfaceCMDSender
-
equals
-
hashCode
public int hashCode()
-