Class AnnotationParser<S>
java.lang.Object
io.github.mqzn.commands.annotations.AnnotationParser<S>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SUB_COMMAND_EXECUTE_METHOD
- See Also:
-
-
Constructor Details
-
AnnotationParser
-
-
Method Details
-
parse
Parses the annotated command into a command then registers it directly through the registered command manager !- Type Parameters:
C
- the type of the custom senderE
- ignore this, it's used for castingCO
- the annotated command class type- Parameters:
annotatedCommand
- the command instance to register
-