Uses of Class
com.github.alex1304.ultimategdbot.api.command.PermissionChecker
-
Packages that use PermissionChecker Package Description com.github.alex1304.ultimategdbot.api.command com.github.alex1304.ultimategdbot.api.command.annotated -
-
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()
Deprecated.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)
Deprecated.void
CommandProvider. setPermissionChecker(PermissionChecker permissionChecker)
Deprecated.Constructors in com.github.alex1304.ultimategdbot.api.command with parameters of type PermissionChecker Constructor Description CommandProvider(String name, PermissionChecker permissionChecker)
ExecutableCommand(Command command, Context context, CommandErrorHandler errorHandler, PermissionChecker permissionChecker)
-
Uses of PermissionChecker in com.github.alex1304.ultimategdbot.api.command.annotated
Methods in com.github.alex1304.ultimategdbot.api.command.annotated with parameters of type PermissionChecker Modifier and Type Method Description static AnnotatedCommand
AnnotatedCommand. from(Object obj, CommandProvider provider, PermissionChecker permChecker)
-