Class PositionedOperatorRecipeHandlerRecipesByInput<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.PositionedOperatorRecipeHandlerRecipesByInput<T,V>
- All Implemented Interfaces:
org.cyclops.cyclopscore.persist.nbt.INBTProvider, IOperator
public class PositionedOperatorRecipeHandlerRecipesByInput<T extends IValueType<V>, V extends IValue>
extends PositionedOperatorRecipeHandler<T,V>
An operator that gets the recipes based on an input.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class PositionedOperator
PositionedOperator.SerializerNested classes/interfaces inherited from class OperatorBase
OperatorBase.IFunction, OperatorBase.SafeVariablesGetter -
Constructor Summary
ConstructorsConstructorDescriptionPositionedOperatorRecipeHandlerRecipesByInput(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
-
PositionedOperatorRecipeHandlerRecipesByInput
public PositionedOperatorRecipeHandlerRecipesByInput(org.cyclops.cyclopscore.datastructure.DimPos pos, net.minecraft.core.Direction side) -
PositionedOperatorRecipeHandlerRecipesByInput
public PositionedOperatorRecipeHandlerRecipesByInput()
-