Class InvocationCommandParser<T>
java.lang.Object
de.kentoj.kencommandapi.api.parser2.AbstractCommandParser<T>
de.kentoj.kencommandapi.api.parser2.InvocationCommandParser<T>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.leakyabstractions.result.api.Result<InvocationCommandParser<T>.ExecutionData, String> invoke(RootLiteral<T> rootLiteral, T sender, String[] args) Methods inherited from class de.kentoj.kencommandapi.api.parser2.AbstractCommandParser
hasPermission, parseArgument, parseInput
-
Constructor Details
-
InvocationCommandParser
-
-
Method Details
-
invoke
public com.leakyabstractions.result.api.Result<InvocationCommandParser<T>.ExecutionData,String> invoke(RootLiteral<T> rootLiteral, T sender, String[] args)
-