Uses of Class
com.github.alex1304.ultimategdbot.api.command.PermissionChecker
-
Packages that use 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
CommandProvider. getPermissionChecker()
Gets the permission checker assigned to this provider.PermissionChecker
CommandService. getPermissionChecker()
Gets the permission checker used to check permissions for commands provided by this kernel.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.Constructors in com.github.alex1304.ultimategdbot.api.command with parameters of type PermissionChecker Constructor Description ExecutableCommand(Command command, Context context, CommandErrorHandler errorHandler, PermissionChecker permissionChecker)
-