Package co.aikar.commands
Class RegisteredCommand<CEC extends CommandExecutionContext<CEC,? extends CommandIssuer>>
java.lang.Object
co.aikar.commands.RegisteredCommand<CEC>
public class RegisteredCommand<CEC extends CommandExecutionContext<CEC,? extends CommandIssuer>>
extends Object
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSubcommand(String cmd) voidaddSubcommands(Collection<String> cmd) <T extends Annotation>
TgetAnnotation(Class<T> annotation) Deprecated.getSyntaxText(CommandIssuer issuer) booleanvoidvoidbooleanrequiresPermission(String permission)
-
Field Details
-
helpSearchTags
-
-
Method Details
-
preCommand
-
postCommand
-
getPermission
Deprecated.- See Also:
-
getRequiredPermissions
-
requiresPermission
-
getPrefSubCommand
-
getSyntaxText
-
getSyntaxText
-
getHelpText
-
isPrivate
-
getCommand
-
addSubcommand
-
addSubcommands
-
getAnnotation
-