| Package | Description |
|---|---|
| com.sk89q.worldedit.internal.command | |
| com.sk89q.worldedit.util.command.binding | |
| com.sk89q.worldedit.util.command.parametric |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
PrimitiveBindings.getBoolean(ArgumentStack context)
Gets a type from a
ArgumentStack. |
CommandContext |
StandardBindings.getCommandContext(ArgumentStack context)
Gets a
CommandContext from a ArgumentStack. |
Double |
PrimitiveBindings.getDouble(ArgumentStack context,
Annotation[] modifiers)
Gets a type from a
ArgumentStack. |
Float |
PrimitiveBindings.getFloat(ArgumentStack context,
Annotation[] modifiers)
Gets a type from a
ArgumentStack. |
Integer |
PrimitiveBindings.getInteger(ArgumentStack context,
Annotation[] modifiers)
Gets a type from a
ArgumentStack. |
Short |
PrimitiveBindings.getShort(ArgumentStack context,
Annotation[] modifiers)
Gets a type from a
ArgumentStack. |
String |
PrimitiveBindings.getString(ArgumentStack context,
Annotation[] modifiers)
Gets a type from a
ArgumentStack. |
String |
PrimitiveBindings.getText(ArgumentStack context,
Text text,
Annotation[] modifiers)
Gets a type from a
ArgumentStack. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextArgumentStack
Makes an instance of a
CommandContext into a stack of arguments
that can be consumed. |
class |
StringArgumentStack
A virtual scope that does not actually read from the underlying
CommandContext. |
| Modifier and Type | Method and Description |
|---|---|
Object |
BindingHelper.bind(ParameterData parameter,
ArgumentStack scoped,
boolean onlyConsume) |
Object |
Binding.bind(ParameterData parameter,
ArgumentStack scoped,
boolean onlyConsume)
Attempt to consume values (if required) from the given
ArgumentStack
in order to instantiate an object for the given parameter. |
Copyright © 2010-2014. All Rights Reserved.