Class PositionedOperatorRecipeHandlerRecipeByInput.Function
java.lang.Object
org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperatorRecipeHandler.Function
org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperatorRecipeHandlerRecipeByOutput.Function
org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperatorRecipeHandlerRecipeByInput.Function
- All Implemented Interfaces:
OperatorBase.IFunction
- Enclosing class:
PositionedOperatorRecipeHandlerRecipeByInput<T extends IValueType<V>,
V extends IValue>
public static class PositionedOperatorRecipeHandlerRecipeByInput.Function
extends PositionedOperatorRecipeHandlerRecipeByOutput.Function
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.cache.Cache
<org.apache.commons.lang3.tuple.Pair<org.apache.commons.lang3.tuple.Pair<org.cyclops.cyclopscore.datastructure.DimPos, net.minecraft.core.Direction>, ValueObjectTypeIngredients.ValueIngredients>, ValueObjectTypeRecipe.ValueRecipe> getCache()
protected org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients
getRecipeIngredients
(org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition recipeDefinition) protected boolean
validateIngredients
(org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients actualIngredients, org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients givenIngredients) Methods inherited from class org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperatorRecipeHandlerRecipeByOutput.Function
evaluate
Methods inherited from class org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperatorRecipeHandler.Function
getOperator, setOperator
-
Constructor Details
-
Function
public Function()
-
-
Method Details
-
validateIngredients
protected boolean validateIngredients(org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients actualIngredients, org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients givenIngredients) - Overrides:
validateIngredients
in classPositionedOperatorRecipeHandlerRecipeByOutput.Function
-
getCache
protected com.google.common.cache.Cache<org.apache.commons.lang3.tuple.Pair<org.apache.commons.lang3.tuple.Pair<org.cyclops.cyclopscore.datastructure.DimPos,net.minecraft.core.Direction>, getCache()ValueObjectTypeIngredients.ValueIngredients>, ValueObjectTypeRecipe.ValueRecipe> - Overrides:
getCache
in classPositionedOperatorRecipeHandlerRecipeByOutput.Function
-
getRecipeIngredients
protected org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients getRecipeIngredients(org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition recipeDefinition) - Overrides:
getRecipeIngredients
in classPositionedOperatorRecipeHandlerRecipeByOutput.Function
-