Package | Description |
---|---|
buildcraft.lib.expression.node.func |
Modifier and Type | Method and Description |
---|---|
NodeFuncGeneric.InlineType |
NodeFuncGeneric.InlineType.and(IExpressionNode before,
IExpressionNode after) |
protected NodeFuncGeneric.InlineType |
NodeFuncGeneric.Func.setupInline(IExpressionNode[] nodes) |
static NodeFuncGeneric.InlineType |
NodeFuncGeneric.InlineType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeFuncGeneric.InlineType[] |
NodeFuncGeneric.InlineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|