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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConverter(RecipeModIngredientConverter converter) convertToIngredient(PlatformResourceKey resource) convertToResource(Object ingredient) convertToResourceAmount(Object ingredient)
-
Constructor Details
-
CompositeRecipeModIngredientConverter
public CompositeRecipeModIngredientConverter()
-
-
Method Details
-
convertToResource
- Specified by:
convertToResourcein interfaceRecipeModIngredientConverter
-
convertToResourceAmount
- Specified by:
convertToResourceAmountin interfaceRecipeModIngredientConverter
-
convertToIngredient
- Specified by:
convertToIngredientin interfaceRecipeModIngredientConverter
-
addConverter
-