Uses of Annotation Interface
io.github.projectunified.craftcommand.bukkit.annotation.Permission
Packages that use Permission
Package
Description
-
Uses of Permission in io.github.projectunified.craftcommand.example.bukkit
Classes in io.github.projectunified.craftcommand.example.bukkit with annotations of type PermissionModifier and TypeClassDescriptionclassclassclassCovers @Permission: class-level, method-level, custom message, method override.Methods in io.github.projectunified.craftcommand.example.bukkit with annotations of type PermissionModifier and TypeMethodDescriptionvoidAllFeaturesCommand.admin(org.bukkit.command.CommandSender sender) voidPermissionCommand.customMsg(org.bukkit.command.CommandSender sender) voidPermissionCommand.methodPerm(org.bukkit.command.CommandSender sender) voidPermissionCommand.overridePerm(org.bukkit.command.CommandSender sender) voidAllFeaturesCommand.secret(org.bukkit.command.CommandSender sender) -
Uses of Permission in io.github.projectunified.craftcommand.example.paper
Classes in io.github.projectunified.craftcommand.example.paper with annotations of type PermissionModifier and TypeClassDescriptionclassclassclassCovers @Permission: class-level, method-level, custom message, method override.Methods in io.github.projectunified.craftcommand.example.paper with annotations of type PermissionModifier and TypeMethodDescriptionvoidAllFeaturesCommand.admin(io.papermc.paper.command.brigadier.CommandSourceStack sender) voidPaperPermissionCommand.customMsg(io.papermc.paper.command.brigadier.CommandSourceStack sender) voidPaperPermissionCommand.methodPerm(io.papermc.paper.command.brigadier.CommandSourceStack sender) voidPaperPermissionCommand.overridePerm(io.papermc.paper.command.brigadier.CommandSourceStack sender) voidAllFeaturesCommand.secret(io.papermc.paper.command.brigadier.CommandSourceStack sender)