| Package | Description |
|---|---|
| com.sk89q.intake.parametric | |
| com.sk89q.intake.parametric.handler |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ParameterConsumer.parseArguments(CommandContext context)
Parse arguments out of the given context.
|
Object[] |
ParameterConsumer.parseArguments(CommandContext context,
boolean ignoreUnusedFlags,
Set<Character> unusedFlags)
Parse arguments out of the given context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvokeHandler.postInvoke(Set<Annotation> annotations,
List<? extends ParameterData<?>> parameters,
Object[] args,
CommandContext context)
Called after the parameter is invoked.
|
boolean |
InvokeHandler.preInvoke(Set<Annotation> annotations,
List<? extends ParameterData<?>> parameters,
Object[] args,
CommandContext context)
Called before the parameter is invoked.
|
boolean |
LegacyCommandsHandler.preInvoke(Set<Annotation> annotations,
List<? extends ParameterData<?>> parameters,
Object[] args,
CommandContext context) |
boolean |
InvokeHandler.preProcess(Set<Annotation> annotations,
List<? extends ParameterData<?>> parameters,
CommandContext context)
Called before parameters are processed.
|
Copyright © 2015. All Rights Reserved.