Uses of Class
co.aikar.commands.CommandExecutionContext
Packages that use CommandExecutionContext
-
Uses of CommandExecutionContext in co.aikar.commands
Classes in co.aikar.commands with type parameters of type CommandExecutionContextModifier and TypeClassDescriptionclassCommandConditions<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 CommandExecutionContextModifier and TypeMethodDescriptionabstract 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 CommandExecutionContextModifier and TypeMethodDescriptiondefault 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 CommandExecutionContextModifier and TypeInterfaceDescriptioninterfaceContextResolver<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. -
Uses of CommandExecutionContext in co.aikar.commands.processors
Methods in co.aikar.commands.processors with parameters of type CommandExecutionContextModifier and TypeMethodDescriptionvoidConditionsProcessor.onPostContextResolution(CommandExecutionContext context, Object resolvedValue) Deprecated.
IssuerAwareContextResolver