| Package | Description |
|---|---|
| com.sk89q.intake.parametric.binding |
| 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. |
Copyright © 2015. All Rights Reserved.