Uses of Class
com.github.alex1304.ultimategdbot.api.command.PermissionChecker
| Package | Description |
|---|---|
| com.github.alex1304.ultimategdbot.api.command |
-
Uses of PermissionChecker in com.github.alex1304.ultimategdbot.api.command
Methods in com.github.alex1304.ultimategdbot.api.command that return PermissionChecker Modifier and Type Method Description PermissionCheckerCommandKernel. getPermissionChecker()Gets the permission checker used to check permissions for commands provided by this kernel.PermissionCheckerCommandProvider. getPermissionChecker()Gets the permission checker assigned to this provider.Methods in com.github.alex1304.ultimategdbot.api.command with parameters of type PermissionChecker Modifier and Type Method Description voidPermissionChecker. registerAll(PermissionChecker source)Copies all permissions registered in the specified permission checker into this one.voidCommandProvider. setPermissionChecker(PermissionChecker permissionChecker)Sets a custom permission checker.