Class BukkitCommandIssuer

  • All Implemented Interfaces:
    co.aikar.commands.CommandIssuer

    public class BukkitCommandIssuer
    extends Object
    implements co.aikar.commands.CommandIssuer
    • Method Detail

      • isPlayer

        public boolean isPlayer()
        Specified by:
        isPlayer in interface co.aikar.commands.CommandIssuer
      • getIssuer

        public org.bukkit.command.CommandSender getIssuer()
        Specified by:
        getIssuer in interface co.aikar.commands.CommandIssuer
      • getPlayer

        public org.bukkit.entity.Player getPlayer()
      • getUniqueId

        @NotNull
        public @NotNull UUID getUniqueId()
        Specified by:
        getUniqueId in interface co.aikar.commands.CommandIssuer
      • getManager

        public co.aikar.commands.CommandManager getManager()
        Specified by:
        getManager in interface co.aikar.commands.CommandIssuer
      • sendMessageInternal

        public void sendMessageInternal​(String message)
        Specified by:
        sendMessageInternal in interface co.aikar.commands.CommandIssuer
      • hasPermission

        public boolean hasPermission​(String name)
        Specified by:
        hasPermission in interface co.aikar.commands.CommandIssuer