Uses of Interface
net.citizensnpcs.api.command.CommandAnnotationProcessor
Packages that use CommandAnnotationProcessor
- 
Uses of CommandAnnotationProcessor in net.citizensnpcs.api.commandClasses in net.citizensnpcs.api.command that implement CommandAnnotationProcessorMethods in net.citizensnpcs.api.command with parameters of type CommandAnnotationProcessorModifier and TypeMethodDescriptionvoidCommandManager.registerAnnotationProcessor(CommandAnnotationProcessor processor) Registers anCommandAnnotationProcessorthat can process annotations before a command is executed.