Uses of Interface
co.aikar.commands.contexts.IssuerAwareContextResolver
-
Packages that use IssuerAwareContextResolver Package Description co.aikar.commands co.aikar.commands.contexts -
-
Uses of IssuerAwareContextResolver in co.aikar.commands
Methods in co.aikar.commands with parameters of type IssuerAwareContextResolver Modifier and Type Method Description <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.Please switch toCommandContexts.registerIssuerAwareContext(Class, IssuerAwareContextResolver)as the core wants to use the platform agnostic term of "Issuer" instead of Sender -
Uses of IssuerAwareContextResolver in co.aikar.commands.contexts
Subinterfaces of IssuerAwareContextResolver in co.aikar.commands.contexts Modifier and Type Interface Description interfaceSenderAwareContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>>Deprecated.Please useIssuerAwareContextResolver
-