Package net.citizensnpcs.api.command
Class CommandManager.CommandInfo
java.lang.Object
net.citizensnpcs.api.command.CommandManager.CommandInfo
- Enclosing class:
- CommandManager
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddArgAnnotation(int idx, Class<?> paramType, Arg arg) voidaddFlagAnnotation(int idx, Class<?> paramType, Flag flag) booleanCollection<? extends String> getArgTabCompletions(CommandContext args, CommandSender sender, int index) getFlagTabCompletions(CommandContext args, CommandSender sender, String flag) inthashCode()
- 
Field Details- 
instance
- 
serverCommandpublic boolean serverCommand
 
- 
- 
Constructor Details- 
CommandInfo
 
- 
- 
Method Details- 
addArgAnnotation
- 
addFlagAnnotation
- 
equals
- 
getArgTabCompletionspublic Collection<? extends String> getArgTabCompletions(CommandContext args, CommandSender sender, int index) 
- 
getCommandAnnotation
- 
getFlagTabCompletionspublic Collection<String> getFlagTabCompletions(CommandContext args, CommandSender sender, String flag) 
- 
hashCodepublic int hashCode()
- 
valueFlags
 
-