Package co.aikar.commands.contexts
-
Interface Summary Interface Description ContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>> This defines a context resolver, which parsesContextResolverfromContextResolver.IssuerAwareContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>> IssuerOnlyContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>> A context resolver that will never consume input, and only resolves using the context of the issuer of the commandOptionalContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>> The same asContextResolver, however it can accept a null context.SenderAwareContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>> Deprecated. Please useIssuerAwareContextResolver