Class ParameterValueAssigner<S extends Source>
java.lang.Object
studio.mevera.imperat.context.internal.sur.ParameterValueAssigner<S>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <S extends Source>
ParameterValueAssigner<S>create(ExecutionContext<S> context, CommandUsage<S> usage) static <S extends Source>
ParameterValueAssigner<S>createWithCustomChain(ExecutionContext<S> context, CommandUsage<S> usage, ParameterChain<S> customChain) voidresolve()
-
Method Details
-
create
public static <S extends Source> ParameterValueAssigner<S> create(ExecutionContext<S> context, CommandUsage<S> usage) -
createWithCustomChain
public static <S extends Source> ParameterValueAssigner<S> createWithCustomChain(ExecutionContext<S> context, CommandUsage<S> usage, ParameterChain<S> customChain) -
resolve
- Throws:
ImperatException
-
getCommand
-