Class ValueObjectTypeChemicalStack
java.lang.Object
org.cyclops.integrateddynamics.core.evaluate.variable.ValueTypeBase<V>
org.cyclops.integrateddynamics.core.evaluate.variable.ValueObjectTypeBase<ValueObjectTypeChemicalStack.ValueChemicalStack>
org.cyclops.integratedmekanismics.value.ValueObjectTypeChemicalStack
- All Implemented Interfaces:
org.cyclops.integrateddynamics.api.evaluate.variable.IValueType<ValueObjectTypeChemicalStack.ValueChemicalStack>
,org.cyclops.integrateddynamics.api.evaluate.variable.IValueTypeNamed<ValueObjectTypeChemicalStack.ValueChemicalStack>
,org.cyclops.integrateddynamics.api.evaluate.variable.IValueTypeNullable<ValueObjectTypeChemicalStack.ValueChemicalStack>
,org.cyclops.integrateddynamics.api.evaluate.variable.IValueTypeUniquelyNamed<ValueObjectTypeChemicalStack.ValueChemicalStack>
public class ValueObjectTypeChemicalStack
extends org.cyclops.integrateddynamics.core.evaluate.variable.ValueObjectTypeBase<ValueObjectTypeChemicalStack.ValueChemicalStack>
implements org.cyclops.integrateddynamics.api.evaluate.variable.IValueTypeNamed<ValueObjectTypeChemicalStack.ValueChemicalStack>, org.cyclops.integrateddynamics.api.evaluate.variable.IValueTypeUniquelyNamed<ValueObjectTypeChemicalStack.ValueChemicalStack>, org.cyclops.integrateddynamics.api.evaluate.variable.IValueTypeNullable<ValueObjectTypeChemicalStack.ValueChemicalStack>
Value type with values that are fluidstacks.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.cyclops.integrateddynamics.api.evaluate.variable.IValueType
org.cyclops.integrateddynamics.api.evaluate.variable.IValueType.ValueTypeComparator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.cyclops.integrateddynamics.core.logicprogrammer.ValueTypeLPElementBase
deserialize
(org.cyclops.integrateddynamics.api.evaluate.variable.ValueDeseralizationContext valueDeseralizationContext, net.minecraft.nbt.Tag value) protected String
getModId()
boolean
net.minecraft.nbt.Tag
net.minecraft.network.chat.MutableComponent
Methods inherited from class org.cyclops.integrateddynamics.core.evaluate.variable.ValueObjectTypeBase
isObject
Methods inherited from class org.cyclops.integrateddynamics.core.evaluate.variable.ValueTypeBase
canDeserialize, cast, correspondsTo, getDisplayColor, getDisplayColorFormat, getTranslationKey, getTypeName, getTypeNamespace, getUniqueName, getUnlocalizedPrefix, isCategory, loadTooltip, materialize, parseString, registerModelResourceLocation, toString, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.cyclops.integrateddynamics.api.evaluate.variable.IValueType
canDeserialize, cast, correspondsTo, deserializeValuePredicate, getDisplayColor, getDisplayColorFormat, getTranslationKey, getTypeName, getUniqueName, getVariableItemOverrideModel, isCategory, isObject, loadTooltip, materialize, parseString, renderISTER, toString
-
Constructor Details
-
ValueObjectTypeChemicalStack
public ValueObjectTypeChemicalStack()
-
-
Method Details
-
getModId
- Overrides:
getModId
in classorg.cyclops.integrateddynamics.core.evaluate.variable.ValueTypeBase<ValueObjectTypeChemicalStack.ValueChemicalStack>
-
getDefault
- Specified by:
getDefault
in interfaceorg.cyclops.integrateddynamics.api.evaluate.variable.IValueType<ValueObjectTypeChemicalStack.ValueChemicalStack>
-
toCompactString
public net.minecraft.network.chat.MutableComponent toCompactString(ValueObjectTypeChemicalStack.ValueChemicalStack value) - Specified by:
toCompactString
in interfaceorg.cyclops.integrateddynamics.api.evaluate.variable.IValueType<ValueObjectTypeChemicalStack.ValueChemicalStack>
-
serialize
- Specified by:
serialize
in interfaceorg.cyclops.integrateddynamics.api.evaluate.variable.IValueType<ValueObjectTypeChemicalStack.ValueChemicalStack>
-
deserialize
public ValueObjectTypeChemicalStack.ValueChemicalStack deserialize(org.cyclops.integrateddynamics.api.evaluate.variable.ValueDeseralizationContext valueDeseralizationContext, net.minecraft.nbt.Tag value) - Specified by:
deserialize
in interfaceorg.cyclops.integrateddynamics.api.evaluate.variable.IValueType<ValueObjectTypeChemicalStack.ValueChemicalStack>
-
getName
- Specified by:
getName
in interfaceorg.cyclops.integrateddynamics.api.evaluate.variable.IValueTypeNamed<ValueObjectTypeChemicalStack.ValueChemicalStack>
-
isNull
- Specified by:
isNull
in interfaceorg.cyclops.integrateddynamics.api.evaluate.variable.IValueTypeNullable<ValueObjectTypeChemicalStack.ValueChemicalStack>
-
createLogicProgrammerElement
public org.cyclops.integrateddynamics.core.logicprogrammer.ValueTypeLPElementBase createLogicProgrammerElement()- Specified by:
createLogicProgrammerElement
in interfaceorg.cyclops.integrateddynamics.api.evaluate.variable.IValueType<ValueObjectTypeChemicalStack.ValueChemicalStack>
- Overrides:
createLogicProgrammerElement
in classorg.cyclops.integrateddynamics.core.evaluate.variable.ValueTypeBase<ValueObjectTypeChemicalStack.ValueChemicalStack>
-
getUniqueName
- Specified by:
getUniqueName
in interfaceorg.cyclops.integrateddynamics.api.evaluate.variable.IValueTypeUniquelyNamed<ValueObjectTypeChemicalStack.ValueChemicalStack>
-