Modifier and Type | Field and Description |
---|---|
IExpressionNode.INodeLong |
VariablePartTextureExpand.colour |
IExpressionNode.INodeLong |
VariablePartCuboidBase.colour |
IExpressionNode.INodeLong |
VariablePartTextureExpand.light |
IExpressionNode.INodeLong |
VariablePartCuboidBase.light |
Modifier and Type | Method and Description |
---|---|
static IExpressionNode.INodeLong |
JsonVariableModelPart.convertStringToLongNode(java.lang.String expression,
FunctionContext context) |
static IExpressionNode.INodeLong |
JsonVariableModelPart.readVariableLong(com.google.gson.JsonObject obj,
java.lang.String member,
FunctionContext context) |
Modifier and Type | Method and Description |
---|---|
static IExpressionNode.INodeLong |
GenericExpressionCompiler.compileExpressionLong(java.lang.String function) |
static IExpressionNode.INodeLong |
GenericExpressionCompiler.compileExpressionLong(java.lang.String function,
FunctionContext context) |
IExpressionNode.INodeLong |
NodeStackRecording.popLong() |
IExpressionNode.INodeLong |
NodeStack.popLong() |
Modifier and Type | Interface and Description |
---|---|
static interface |
IVariableNode.IVariableNodeLong |
Modifier and Type | Field and Description |
---|---|
static NodeType<IExpressionNode.INodeLong> |
NodeTypes.NODE_LONG |
Modifier and Type | Method and Description |
---|---|
IExpressionNode.INodeLong |
INodeFunc.INodeFuncLong.getNode(INodeStack stack) |
default IExpressionNode.INodeLong |
IExpressionNode.INodeLong.inline() |
IExpressionNode.INodeLong |
INodeStack.popLong() |
Constructor and Description |
---|
NodeCastLongToDouble(IExpressionNode.INodeLong from) |
Modifier and Type | Class and Description |
---|---|
class |
NodeConditionalLong |
Modifier and Type | Method and Description |
---|---|
IExpressionNode.INodeLong |
NodeConditionalLong.inline() |
Constructor and Description |
---|
NodeConditionalLong(IExpressionNode.INodeBoolean condition,
IExpressionNode.INodeLong ifTrue,
IExpressionNode.INodeLong ifFalse) |
Modifier and Type | Class and Description |
---|---|
class |
NodeFuncToLong |
Modifier and Type | Method and Description |
---|---|
IExpressionNode.INodeLong |
NodeFuncToLong.getNode(INodeStack stack) |
IExpressionNode.INodeLong |
NodeFuncGenericToLong.getNode(INodeStack stack) |
IExpressionNode.INodeLong |
NodeFuncObjectLongLongToLong.getNode(INodeStack stack) |
IExpressionNode.INodeLong |
NodeFuncObjectObjectToLong.getNode(INodeStack stack) |
IExpressionNode.INodeLong |
NodeFuncLongLongLongToLong.getNode(INodeStack stack) |
IExpressionNode.INodeLong |
NodeFuncDoubleToLong.getNode(INodeStack stack) |
IExpressionNode.INodeLong |
NodeFuncObjectToLong.getNode(INodeStack stack) |
IExpressionNode.INodeLong |
NodeFuncObjectLongToLong.getNode(INodeStack stack) |
IExpressionNode.INodeLong |
NodeFuncLongToLong.getNode(INodeStack stack) |
IExpressionNode.INodeLong |
NodeFuncLongLongToLong.getNode(INodeStack stack) |
IExpressionNode.INodeLong |
NodeFuncBooleanToLong.getNode(INodeStack stack) |
IExpressionNode.INodeLong |
NodeFuncToLong.inline() |
Constructor and Description |
---|
NodeFuncGenericToLong(IExpressionNode.INodeLong node,
java.lang.Class<?>[] types,
IVariableNode[] nodes) |
Modifier and Type | Class and Description |
---|---|
class |
NodeConstantLong |
class |
NodeVariableLong |
Modifier and Type | Method and Description |
---|---|
IExpressionNode.INodeLong |
NodeVariableLong.inline() |
IExpressionNode.INodeLong |
NodeConstantLong.inline() |
Modifier and Type | Field and Description |
---|---|
IExpressionNode.INodeLong |
JsonGuiIterator.ResolvedIterator.valStep |
Modifier and Type | Method and Description |
---|---|
static IExpressionNode.INodeLong |
ElementType.getEquationLong(JsonGuiElement json,
java.lang.String member,
FunctionContext ctx) |