Class CompositeRecipeModIngredientConverter
java.lang.Object
com.refinedmods.refinedstorage.common.support.resource.CompositeRecipeModIngredientConverter
- All Implemented Interfaces:
RecipeModIngredientConverter
public class CompositeRecipeModIngredientConverter
extends Object
implements RecipeModIngredientConverter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConverter
(RecipeModIngredientConverter converter) convertToIngredient
(PlatformResourceKey resource) convertToResource
(Object ingredient) convertToResourceAmount
(Object ingredient)
-
Constructor Details
-
CompositeRecipeModIngredientConverter
public CompositeRecipeModIngredientConverter()
-
-
Method Details
-
convertToResource
- Specified by:
convertToResource
in interfaceRecipeModIngredientConverter
-
convertToResourceAmount
- Specified by:
convertToResourceAmount
in interfaceRecipeModIngredientConverter
-
convertToIngredient
- Specified by:
convertToIngredient
in interfaceRecipeModIngredientConverter
-
addConverter
-