-
Sub-task
-
Resolution: Done
-
Minor
-
2.14.0.Final
-
None
CommandController has a method that list of the command inputs :
Map<String, InputComponent<?, ?>> getInputs();
It would be good to add a few helper methods (like in Roaster) :
InputComponent<?, ?> getInput(String input); // returns one input boolean hasInput(String input); // checks if the input is present