Class PositionedOperatorRecipeHandlerRecipesByOutput<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.PositionedOperatorRecipeHandlerRecipesByOutput<T,V>
- All Implemented Interfaces:
org.cyclops.cyclopscore.persist.nbt.INBTProvider
,IOperator
public class PositionedOperatorRecipeHandlerRecipesByOutput<T extends IValueType<V>,V extends IValue>
extends PositionedOperatorRecipeHandler<T,V>
An operator that gets the recipes based on an output.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperator
PositionedOperator.Serializer
Nested classes/interfaces inherited from class org.cyclops.integrateddynamics.core.evaluate.operator.OperatorBase
OperatorBase.IFunction, OperatorBase.SafeVariablesGetter
-
Constructor Summary
ConstructorDescriptionPositionedOperatorRecipeHandlerRecipesByOutput
(org.cyclops.cyclopscore.datastructure.DimPos pos, net.minecraft.core.Direction side) -
Method Summary
Methods inherited from class org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperatorRecipeHandler
getRecipeHandler, getUnlocalizedType, materialize, validateIngredientsExact, validateIngredientsPartial
Methods inherited from class org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperator
getPos, getSide, readGeneratedFieldsFromNBT, setPos, setSide, writeGeneratedFieldsToNBT
Methods inherited from class org.cyclops.integrateddynamics.core.evaluate.operator.OperatorBase
constructInputVariables, evaluate, getConditionalOutputType, getFunction, getGlobalInteractNamePrefix, getInputTypes, getInteractName, getLocalizedNameFull, getModId, getOperatorName, getOutputType, getRenderPattern, getRequiredInputLength, getSymbol, getTranslationKey, getUniqueName, getUnlocalizedCategoryName, getUnlocalizedCategoryPrefix, getUnlocalizedPrefix, loadTooltip, shouldAlsoPrefixLocalScope, toString, validateTypes
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.operator.IOperator
getGlobalInteractName, getScopedInteractName
-
Constructor Details
-
PositionedOperatorRecipeHandlerRecipesByOutput
public PositionedOperatorRecipeHandlerRecipesByOutput(org.cyclops.cyclopscore.datastructure.DimPos pos, net.minecraft.core.Direction side) -
PositionedOperatorRecipeHandlerRecipesByOutput
public PositionedOperatorRecipeHandlerRecipesByOutput()
-