Interface PermissionSource

All Known Subinterfaces:
ExecutionCommandSource<T>
All Known Implementing Classes:
ClientCommandSourceStack, ClientSuggestionProvider, CommandSourceStack

public interface PermissionSource
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    boolean
    hasPermission(int pLevel)
     
  • Method Details

    • hasPermission

      boolean hasPermission(int pLevel)
    • allowsSelectors

      default boolean allowsSelectors()