| Package | Description |
|---|---|
| co.aikar.commands | |
| co.aikar.commands.contexts |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandContexts<R extends CommandExecutionContext<?,? extends CommandIssuer>> |
class |
CommandExecutionContext<T extends CommandExecutionContext,I extends CommandIssuer> |
class |
RegisteredCommand<R extends CommandExecutionContext<? extends CommandExecutionContext,? extends CommandIssuer>> |
class |
RegisteredCommand<R extends CommandExecutionContext<? extends CommandExecutionContext,? extends CommandIssuer>> |
| Modifier and Type | Method and Description |
|---|---|
abstract <R extends CommandExecutionContext> |
CommandManager.createCommandContext(RegisteredCommand command,
Parameter parameter,
CommandIssuer sender,
List<String> args,
int i,
Map<String,Object> passedArgs) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>> |
interface |
IssuerAwareContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>> |
interface |
IssuerOnlyContextResolver<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 command
|
interface |
OptionalContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>>
Context Resolver that can accept null input
|
interface |
SenderAwareContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>>
Deprecated.
Please use
IssuerAwareContextResolver |
Copyright © 2017. All rights reserved.