public interface ICraftingRecipe extends IRecipe<CraftingInventory>
Modifier and Type | Method and Description |
---|---|
default IRecipeType<?> |
getType() |
canFit, getCraftingResult, getGroup, getIcon, getId, getIngredients, getRecipeOutput, getRemainingItems, getSerializer, isDynamic, matches
default IRecipeType<?> getType()
getType
in interface IRecipe<CraftingInventory>