Uses of Class
net.citizensnpcs.api.command.CommandContext
Packages that use CommandContext
-
Uses of CommandContext in net.citizensnpcs.api.command
Methods in net.citizensnpcs.api.command with parameters of type CommandContextModifier and TypeMethodDescriptionCollection<? extends String> CommandManager.CommandInfo.getArgTabCompletions(CommandContext args, CommandSender sender, int index) Arg.CompletionsProvider.getCompletions(CommandContext args, CommandSender sender, NPC npc) Arg.CompletionsProvider.Identity.getCompletions(CommandContext args, CommandSender sender, NPC npc) Arg.CompletionsProvider.OptionalKeyedCompletions.getCompletions(CommandContext args, CommandSender sender, NPC npc) CommandManager.CommandInfo.getFlagTabCompletions(CommandContext args, CommandSender sender, String flag) voidCommandAnnotationProcessor.process(CommandSender sender, CommandContext context, Annotation instance, Object[] args) voidRequirementsProcessor.process(CommandSender sender, CommandContext context, Annotation instance, Object[] methodArgs) Arg.FlagValidator.Identity.validate(CommandContext args, CommandSender sender, NPC npc, String input) Arg.FlagValidator.validate(CommandContext args, CommandSender sender, NPC npc, String input) float[]Arg.FloatArrayFlagValidator.validate(CommandContext args, CommandSender sender, NPC npc, String input)