Class CommandContext<T>
java.lang.Object
de.kentoj.kencommandapi.api.invocation.CommandContext<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> VgetArg(CommandArgument<T, V> arg) <V> V<V> ParsedArgument<T, V> getParsedArgument(CommandArgument<T, V> arg) <V> ParsedArgument<T, V> getParsedArgument(String name)
-
Constructor Details
-
CommandContext
public CommandContext()
-
-
Method Details
-
getParsedArgument
-
getArg
-
getArg
-
getParsedArgument
-