Class SpongeCommandIssuer

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

    public class SpongeCommandIssuer
    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.spongepowered.api.command.CommandSource getIssuer()
        Specified by:
        getIssuer in interface co.aikar.commands.CommandIssuer
      • getUniqueId

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

        public org.spongepowered.api.entity.living.player.Player getPlayer()
      • 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 permission)
        Specified by:
        hasPermission in interface co.aikar.commands.CommandIssuer