| Package | Description |
|---|---|
| com.sk89q.intake.parametric | |
| com.sk89q.intake.parametric.argument | |
| com.sk89q.intake.parametric.binding | |
| 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 |
|---|---|
CommandContext |
ArgumentStack.getContext()
Get the underlying context.
|
CommandContext |
StringArgumentStack.getContext() |
CommandContext |
ContextArgumentStack.getContext()
Get the underlying context.
|
| Constructor and Description |
|---|
ContextArgumentStack(CommandContext context)
Create a new instance using the given context.
|
StringArgumentStack(CommandContext context,
String[] arguments,
boolean nonNullBoolean)
Create a new instance using the given context.
|
StringArgumentStack(CommandContext context,
String arguments,
boolean nonNullBoolean)
Create a new instance using the given context.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
StandardBindings.getCommandContext(ArgumentStack context)
Gets a
CommandContext from a ArgumentStack. |
| 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.
|
void |
LegacyCommandsHandler.postInvoke(Set<Annotation> annotations,
List<? extends ParameterData<?>> parameters,
Object[] args,
CommandContext context) |
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.
|
boolean |
LegacyCommandsHandler.preProcess(Set<Annotation> annotations,
List<? extends ParameterData<?>> parameters,
CommandContext context) |
Copyright © 2015. All Rights Reserved.