Class InvocationCommandParser<T>
java.lang.Object
de.kentoj.kencommandapi.api.parser.InvocationCommandParser<T>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.leakyabstractions.result.api.Result<InvocationCommandParser<T>.ExecutionData, String>
-
Constructor Details
-
InvocationCommandParser
public InvocationCommandParser()
-
-
Method Details
-
parse
public com.leakyabstractions.result.api.Result<InvocationCommandParser<T>.ExecutionData,String> parse(RootLiteral<T> rootLiteral, T sender, Iterator<String> tokenIter)
-