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 PermissionChecker
CommandKernel. getPermissionChecker()
Gets the permission checker used to check permissions for commands provided by this kernel.PermissionChecker
CommandProvider. 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 void
PermissionChecker. registerAll(PermissionChecker source)
Copies all permissions registered in the specified permission checker into this one.void
CommandProvider. setPermissionChecker(PermissionChecker permissionChecker)
Sets a custom permission checker.