Interface CommandSender


public interface CommandSender
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    hasPermission(String permission)
     
    default boolean
     
    void
     
  • Method Details

    • sendMessage

      void sendMessage(String message)
    • isOp

      default boolean isOp()
    • hasPermission

      default boolean hasPermission(String permission)