| Package | Description |
|---|---|
| com.sk89q.intake.parametric.argument | |
| com.sk89q.intake.parametric.binding | |
| com.sk89q.intake.parametric.handler |
| 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(Object object,
Method method,
ParameterData[] parameters,
Object[] args,
CommandContext context,
CommandLocals locals)
Called after the parameter is invoked.
|
void |
LegacyCommandsHandler.postInvoke(Object object,
Method method,
ParameterData[] parameters,
Object[] args,
CommandContext context,
CommandLocals locals) |
boolean |
InvokeHandler.preInvoke(Object object,
Method method,
ParameterData[] parameters,
Object[] args,
CommandContext context,
CommandLocals locals)
Called before the parameter is invoked.
|
boolean |
LegacyCommandsHandler.preInvoke(Object object,
Method method,
ParameterData[] parameters,
Object[] args,
CommandContext context,
CommandLocals locals) |
boolean |
InvokeHandler.preProcess(Object object,
Method method,
ParameterData[] parameters,
CommandContext context,
CommandLocals locals)
Called before parameters are processed.
|
boolean |
LegacyCommandsHandler.preProcess(Object object,
Method method,
ParameterData[] parameters,
CommandContext context,
CommandLocals locals) |
Copyright © 2015. All Rights Reserved.