Package hiiragi283.core.mixin
Interface AbstractCookingRecipeAccessor
-
- All Implemented Interfaces:
public interface AbstractCookingRecipeAccessor
-
-
Method Summary
Modifier and Type Method Description abstract IngredientgetIngredient()abstract ItemStackgetResult()-
-
Method Detail
-
getIngredient
abstract Ingredient getIngredient()
-
getResult
abstract ItemStack getResult()
-
-
-
-