Uses of Class
co.aikar.commands.CommandExecutionContext
-
Packages that use CommandExecutionContext Package Description co.aikar.commands co.aikar.commands.contexts co.aikar.commands.processors -
-
Uses of CommandExecutionContext in co.aikar.commands
Classes in co.aikar.commands with type parameters of type CommandExecutionContext Modifier and Type Class Description classCommandConditions<I extends CommandIssuer,CEC extends CommandExecutionContext<CEC,I>,CC extends ConditionContext<I>>static interfaceCommandConditions.ParameterCondition<P,CEC extends CommandExecutionContext,I extends CommandIssuer>classCommandContexts<R extends CommandExecutionContext<?,? extends CommandIssuer>>classCommandExecutionContext<CEC extends CommandExecutionContext,I extends CommandIssuer>classCommandManager<IT,I extends CommandIssuer,FT,MF extends MessageFormatter<FT>,CEC extends CommandExecutionContext<CEC,I>,CC extends ConditionContext<I>>classCommandParameter<CEC extends CommandExecutionContext<CEC,? extends CommandIssuer>>classRegisteredCommand<CEC extends CommandExecutionContext<CEC,? extends CommandIssuer>>Methods in co.aikar.commands that return CommandExecutionContext Modifier and Type Method Description abstract CommandExecutionContextCommandManager. createCommandContext(RegisteredCommand command, CommandParameter parameter, CommandIssuer sender, List<String> args, int i, Map<String,Object> passedArgs)Methods in co.aikar.commands with parameters of type CommandExecutionContext Modifier and Type Method Description default voidAnnotationProcessor. onPostContextResolution(CommandExecutionContext context, Object resolvedValue)Deprecated.default voidAnnotationProcessor. onPreContextResolution(CommandExecutionContext context)Deprecated. -
Uses of CommandExecutionContext in co.aikar.commands.contexts
Classes in co.aikar.commands.contexts with type parameters of type CommandExecutionContext Modifier and Type Interface Description interfaceContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>>This defines a context resolver, which parsesContextResolverfromContextResolver.interfaceIssuerAwareContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>>interfaceIssuerOnlyContextResolver<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 commandinterfaceOptionalContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>>The same asContextResolver, however it can accept a null context.interfaceSenderAwareContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>>Deprecated.Please useIssuerAwareContextResolver -
Uses of CommandExecutionContext in co.aikar.commands.processors
Methods in co.aikar.commands.processors with parameters of type CommandExecutionContext Modifier and Type Method Description voidConditionsProcessor. onPostContextResolution(CommandExecutionContext context, Object resolvedValue)Deprecated.
-