Package | Description |
---|---|
buildcraft.factory.client.model | |
buildcraft.lib.expression | |
buildcraft.lib.expression.info |
Modifier and Type | Field and Description |
---|---|
static NodeVariableObject<net.minecraft.util.EnumFacing> |
ModelHeatExchange.VAR_DIRECTION |
static NodeVariableObject<BlockHeatExchange.EnumExchangePart> |
ModelHeatExchange.VAR_PART |
Modifier and Type | Method and Description |
---|---|
<T> NodeVariableObject<T> |
FunctionContext.putVariableObject(java.lang.String name,
java.lang.Class<T> type) |
NodeVariableObject<java.lang.String> |
FunctionContext.putVariableString(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
<T> VariableInfo.VariableInfoObject<T> |
ContextInfo.createInfoObject(NodeVariableObject<T> node) |
Constructor and Description |
---|
VariableInfoObject(NodeVariableObject<T> node) |