| Package | Description |
|---|---|
| co.aikar.commands | |
| co.aikar.commands.contexts |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
CommandContexts.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> void |
CommandContexts.registerSenderAwareContext(Class<T> context,
IssuerAwareContextResolver<T,R> supplier)
Deprecated.
Please switch to
CommandContexts.registerIssuerAwareContext(Class, IssuerAwareContextResolver)
as the core wants to use the platform agnostic term of "Issuer" instead of Sender |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SenderAwareContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>>
Deprecated.
Please use
IssuerAwareContextResolver |
Copyright © 2017. All rights reserved.