Uses of Interface
co.aikar.commands.contexts.IssuerAwareContextResolver
Packages that use IssuerAwareContextResolver
-
Uses of IssuerAwareContextResolver in co.aikar.commands
Methods in co.aikar.commands with parameters of type IssuerAwareContextResolverModifier and TypeMethodDescription<T> voidCommandContexts.registerIssuerAwareContext(Class<T> context, IssuerAwareContextResolver<T, R> supplier) Registers a context resolver that may conditionally consume input, falling back to using the context of the issuer to potentially fulfill this context.<T> voidCommandContexts.registerSenderAwareContext(Class<T> context, IssuerAwareContextResolver<T, R> supplier) Deprecated. -
Uses of IssuerAwareContextResolver in co.aikar.commands.contexts
Subinterfaces of IssuerAwareContextResolver in co.aikar.commands.contextsModifier and TypeInterfaceDescriptioninterfaceSenderAwareContextResolver<T,C extends CommandExecutionContext<?, ? extends CommandIssuer>> Deprecated.Please useIssuerAwareContextResolver
CommandContexts.registerIssuerAwareContext(Class, IssuerAwareContextResolver)as the core wants to use the platform-agnostic term of "Issuer" instead of Sender