Class PositionedOperatorRecipeHandlerInputs<T extends IValueType<V>, V extends IValue>
java.lang.Object
org.cyclops.integrateddynamics.core.evaluate.operator.OperatorBase
org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperator
org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperatorRecipeHandler<T,V>
org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperatorRecipeHandlerInputs<T,V>
- All Implemented Interfaces:
org.cyclops.cyclopscore.persist.nbt.INBTProvider, IOperator
public class PositionedOperatorRecipeHandlerInputs<T extends IValueType<V>, V extends IValue>
extends PositionedOperatorRecipeHandler<T,V>
An operator that gets the input of a recipe based on an output.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class PositionedOperator
PositionedOperator.SerializerNested classes/interfaces inherited from class OperatorBase
OperatorBase.IFunction, OperatorBase.SafeVariablesGetter -
Constructor Summary
ConstructorsConstructorDescriptionPositionedOperatorRecipeHandlerInputs(org.cyclops.cyclopscore.datastructure.DimPos pos, net.minecraft.core.Direction side) -
Method Summary
Methods inherited from class PositionedOperatorRecipeHandler
getRecipeHandler, getUnlocalizedType, materialize, validateIngredientsExact, validateIngredientsPartialMethods inherited from class PositionedOperator
getPos, getSide, readGeneratedFieldsFromNBT, setPos, setSide, writeGeneratedFieldsToNBTMethods inherited from class OperatorBase
constructInputVariables, evaluate, getConditionalOutputType, getFunction, getGlobalInteractNamePrefix, getInputTypes, getInteractName, getLocalizedNameFull, getModId, getOperatorName, getOutputType, getRenderPattern, getRequiredInputLength, getSymbol, getTranslationKey, getUniqueName, getUnlocalizedCategoryName, getUnlocalizedCategoryPrefix, getUnlocalizedPrefix, loadTooltip, shouldAlsoPrefixLocalScope, toString, validateTypesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IOperator
getGlobalInteractName, getScopedInteractName
-
Constructor Details
-
PositionedOperatorRecipeHandlerInputs
public PositionedOperatorRecipeHandlerInputs(org.cyclops.cyclopscore.datastructure.DimPos pos, net.minecraft.core.Direction side) -
PositionedOperatorRecipeHandlerInputs
public PositionedOperatorRecipeHandlerInputs()
-